|
You are here |
www.alexedwards.net | ||
| | | | |
www.serverless.com
|
|
| | | | | Learn how to use the popular Express.js framework to deploy a REST API with Serverless, DynamoDB and API Gateway. | |
| | | | |
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. | |
| | | | |
www.neerajsidhaye.com
|
|
| | | | | Create, Deploy and Invoke - AWS lambda function in GO. | |
| | | | |
justinhj.github.io
|
|
| | | [AI summary] The text is an in-depth exploration of Applicative programming in Scala, covering concepts like Applicative instances, map2 implementation, and performance optimization. It also includes examples of image processing using comonads and FocusedGrid data structures. The author discusses the importance of benchmarking and provides performance results for different implementations. The content is comprehensive, covering both theoretical and practical aspects of Applicative programming. | ||