/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nodogmablog.bryanhogan.net
| | bannalia.blogspot.com
4.6 parsecs away

Travel
| | Suppose we have a function accepting a C-style callback function like this: void do_something(void (*callback)()) { ... callback(); } ...
| | lucvandonkersgoed.com
6.5 parsecs away

Travel
| | This article will demystify when the AWS Lambda init duration is free, and when it is billed.
| | blog.kdgregory.com
3.4 parsecs away

Travel
| | A few weeks ago I answered a Stack Overflow question about the poor performance of Java Lambdas. I gave some general suggestions, but didn...
| | coornail.net
18.8 parsecs away

Travel
| Cloudfront enables you to host your static website via s3. You should set your root object to index.html to rewrite https://yourdomainname.com to https://yourdomainname.com/index.html for cleaner urls. However you might run into an issue of having subdirectories in your s3 bucket that you want to do the same for (for example on hosting a hugo blog). Unfortunately Cloudfront doesnt support this by default.