AWS SAM (Serverless Application Model) is an open-source framework to define serverless applications using YAML.
Continue reading “[AWS] SAM”Tag Archives: Serverless
[AWS] Serverless
“Serverless” is an architecture where an entire infrastructure is managed by a cloud provider, and the resources are dynamically allocated on demand. A cloud provider handles the infrastructure management tasks (such as capacity provision, patching, auto-scaling, and high availability) so that you can focus on writing code.
Continue reading “[AWS] Serverless”