Shrestha Rajat

Search

Search IconIcon to open search

Last updated Jul 9, 2023 Edit Source

# AWS Serverless Application Model (SAM)

#aws #cloud #serverless

A service in AWS to ease the coding of wiring of serverless application without having to create complicated CloudFormation Templates. The Serverless Framework actually uses SAM under the hood and it could be used to create a API gateway integration with Lambda easily similar to the serverless framework workflow. Now there is also rise of serverless.tf which is a good alternative to serverless framework and sam.