Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | beeb.li
2.6 parsecs away

Travel
| | Yet another personal blog about programming and technology, by Valentin Bersier
| | thinkingeek.com
3.3 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...
| | github.com
3.3 parsecs away

Travel
| | lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway. - awslabs/aws-lambda-go-api-proxy
| | www.fullstackpython.com
26.2 parsecs away

Travel
| Object-relational mappers (ORMs) bridge relational databases and data represented in Python code.