Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a serverless application development using AWS SAM, how can a developer efficiently deploy to multiple environments with minimal effort after initial development?
A
Utilize a TOML configuration file for environment-specific settings and deploy using the --config-env flag.
B
Generate separate AWS SAM templates and deploy with a custom script leveraging the --template-file flag.
C
Employ a single AWS SAM configuration file with default parameters, overriding them as needed with the --parameter-overrides flag.
D
Modify the existing AWS SAM template with environment-specific parameters and deploy using the sam deploy command.