Spotlight
AWS Lambda Functions: Return Response and Continue Executing
A how-to guide using the Node.js Lambda runtime.
Mon, 26 Nov 2018
Teams are using serverless architectures to dramatically increase the pace at which they can move from idea to deployed application while also reducing their infrastructure and operational costs. Services like AWS Lambda and Amazon API Gateway let you build applications without thinking about servers or traditional infrastructure which not only impacts the way you architect applications, but also how you deploy and operate them. In this session we’ll look at the practices and tools necessary to automate deployments of serverless applications and build effective continuous delivery pipelines that take full advantage of a cloud-native architecture built on AWS.
The AWS SAM plugin packages and deploys both CloudFormation and SAM templates with a security first mindset.
A how-to guide using the Node.js Lambda runtime.