#serverless
Read more stories on Hashnode
Articles with this tag
Suppose you wrote the Lambda Function in NodeJS or Python in region us-east-1(N.Virginia) and then execute them in AWS locations globally that are...
Lazy Initialization Example (Python & boto3) It is a known fact that outsourcing your services to the cloud brings a lot of benefits such as reduced...
AWS Optimization Best Practices Optimization Best PracticeAction Avoid monolithic functions- Reduce deployment package size- Micro/Nano...
APIGateway timeouts (29 sec), Lambda Function timeouts (15 min) Serverless architectures is ephemeral · Let's start with a scenario "REST API Using AWS...
In the last week, I had an interview with a Cloud Solution Partner working globally and building large scale, fully automated enterprise level cloud...
Have you noticed recently that your AWS Lambda invocation requests are getting throttled? If so, your Lambda functions are probably not running as...