skip to Main Content

How is the !Ref function used in an AWS CloudFormation template?

Im tying to follow AWS tutorial for creating lambda function using sam cli It created the following yaml file # This is the SAM template that represents the architecture of your serverless application # https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template-basics.html # The AWSTemplateFormatVersion identifies the…

VIEW QUESTION

Is Aurora Serverless V1 deprecated?

Aurora Serverless V1 was particularly interesting given it offered a relational database that could scale down to 0 units thereby costing nothing if unused - great for development and low traffic services. Aurora Serverless V2 cannot scale down to 0…

VIEW QUESTION
Back To Top
Search