...
Language | Deployment framework | ||||
---|---|---|---|---|---|
Serverless framework | AWS CloudFormation | AWS Serverless Application Model (SAM) | AWS Software Development Kit (SDK) | Cloud Development Kit (CDK) | |
Node.js (JavaScript) | |||||
Node.js (TypeScript) | |||||
Java | |||||
.NET | |||||
Python |
In AWS, the lambda functions can be triggered by APIGateway, S3 or SQS events. The APIGateway triggers are supported by default for languages and deployment frameworks for which the lambdas are supported. Triggers from S3 and SQS events are supported for Java and Node.js (JavaScript and TypeScript).