|
You are here |
www.micahwalter.com | ||
| | | | |
www.juxt.pro
|
|
| | | | | Deploying Clojure on AWS Lambda with no compromises | |
| | | | |
golb.hplar.ch
|
|
| | | | | [AI summary] This tutorial walks through setting up a serverless application using AWS services. The main components are an API Gateway, a Lambda function, and a DynamoDB table. The Lambda handles CRUD operations for todo items, while the API Gateway provides the HTTP endpoints. The application is deployed using Pulumi, which manages the infrastructure as code. The tutorial also covers setting up IAM roles for Lambda execution, configuring permissions for API Gateway to invoke Lambda, and deploying the Lambda with ARM64 architecture to reduce costs. Finally, the tutorial demonstrates how to start the client application and test the functionality. | |
| | | | |
blog.mariom.pl
|
|
| | | | | I recently worked on a small project using the Serverless Framework. As someone more experienced with terraform, I found it to be a new, interesting experience. It's worth noting that Serverless uses CloudFormation underneath for AWS. After few weeks, I can share a bit of my personal thoughts about the framework. Firstly, the Serverless Framework is not a bad piece of software. It can deploy an API Gateway with a bunch of lambda functions in a moment. | |
| | | | |
cookingfromheart.com
|
|
| | | I love DIY stuff. There is a sort of independence in making something from scratch right at home. I know, this is a contradicting belief to getting something store bought. It is easy-peasy and makes your job in the kitchen simple. At the time, the joy of making things with your own hands, knowing exactly...Read More | ||