Learn how to set environment variables in AWS Lambda using the console and using the serverless framework. Also, learn how to access them.
Category: AWS
Redshift vs Snowflake vs BigQuery
Learn about the similarities and differences between 3 popular data warehouses: redshift, bigquery and snowflake. Also learn how to compare them.
Revert your app to a previous version in AWS Amplify
Facing a bug in production? Learn how to revert your AWS Amplify app to a previous stable version using the console, till your development team fixes the issue.
How to get the size of your lambda layers
Learn how to get the size of your AWS Lambda layers using the console. This helps configuring your functions, keeping the lambda size limitations in mind.
Adding Tags in AWS Lambda Serverless
Learn how to assign custom tags to an AWS Lambda service in serverless.yml and then use these tags to perform better cost analysis in cost-explorer.
Ways to Reduce AWS S3 Storage Costs
S3 storage costs forming a major component of your AWS bill? Learn about a couple of different ways to reduce them in this tutorial.
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.
Threading in AWS Lambda with Python
Learn how to use threading in AWS Lambda (Python Runtime) to reduce execution time of network-bound functions and save cost.