In April 2022, AWS made a powerful addition to Lambda: Function URLs. Learn all about them in this post, from enablement to configuration and best practices.
Tag: serverless
AWS Lambda Serverless – Packaging nodejs modules to a layer
Learn how to package the node_modules into a layer on AWS Lambda, so that your application code remains visible on the lambda console.
How to set environment variables in AWS Lambda
Learn how to set environment variables in AWS Lambda using the console and using the serverless framework. Also, learn how to access them.
Reusing AWS Lambda Layers – Serverless
Learn how to reuse layers across services in AWS Lambda, using Serverless framework. We use the pythonRequirementsLambdaLayer as an example in this tutorial.