AWS Compute Blog

Tag: AWS SAM CLI

Working with AWS Lambda and Lambda Layers in AWS SAM

The introduction of serverless technology has enabled developers to shed the burden of managing infrastructure and concentrate on their application code. AWS Lambda has taken on that management by providing isolated, event-driven compute environments for the execution of application code. To use a Lambda function, a developer just needs to package their code and any […]