- Lambda functions in the same project structure should do what?
A) Be spelled similar
B) Have similar capabilities
C) Share the same bounded context
- Which configurations live in a serverless.yml file?
A) Resources
B) Functions
C) Events
D) All of the above
- What artifact does the Serverless Framework deploy to AWS?
A) CloudFormation templates
B) EC2 instances
C) JAR files
D) RPM packages
- You can execute your function code on your own machine.
A) True
B) False
- Which language is the Serverless Framework written in?
A) Java
B) Python
C) Go
D) Node.js