Scaling - Lambda Flashcards
What is Lambda?
all you need to run code with infrastructure; serverless
What languages does Lambda support?
Node.js, Python, Java, Go and C#, Powershell
What is the use case?
creating server less architectures; stateless code executed on an event basis
How many lambda functions can be executed at once?
unlimited
AWS Serverles app model?
open source AWS framework written in YAML
How does the AWS Serverless Application Model function?
AWS CLI-like function to create, deploy and update serverless apps like Lambda, DDB, and API gateway
What features the Serverless application model does it include?
enables local testing and debugging of apps; extension of cloudformation to access resources
How is cloudformation involved in the AWS Serverless Application Model?
AWS SAM deploys YAML template to Cloudformation which uploads it to AWS
What is AWS EventBridge?
designed to link AWS event resources, apply some rules, and them launch other events using Lambda, SQS; use case for 3rd party event sources