Explore >> Select a destination


You are here

roneo.org
| | bryanlrobinson.com
2.8 parsecs away

Travel
| | An experiment adding dynamic functionality to this site pushed via iOS shortcuts and Netlify functions
| | www.seancdavis.com
2.7 parsecs away

Travel
| | Conditional email notifications may be immortal, but we can still figure out how to implement them on emerging Jamstack websites.
| | pragmateek.com
2.7 parsecs away

Travel
| |
| | thinkingeek.com
43.9 parsecs away

Travel
| AWS Lambda is one of those technologies that makes the distinction between infrastructure and application code quite blurry. There are many frameworks out there, some of them quite popular, such as AWS Amplify and the Serverless Framework, which will allow you to define your Lambda, your application code, and will provide tools that will package and provision, and then deploy those Lambdas (using CloudFormation under the hood). They also provide tools to locally run the functions for local testing, which...