Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which AWS CloudFormation configuration is the most cost-effective method for a state machine to reference an API Gateway endpoint post-deployment?
A
Using DefinitionSubstitutions for the AWS::StepFunctions::StateMachine to include the API endpoint.
B
Storing the API endpoint in an environment variable associated with the AWS::StepFunctions::StateMachine.
C
Utilizing AWS::SecretsManager::Secret to store and reference the API endpoint for the state machine.
D
Storing the API endpoint in an AWS::AppConfig::ConfigurationProfile for state machine reference.