Skip to content

Instantly share code, notes, and snippets.

@cflove
Created November 8, 2023 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cflove/c919505f0f8731dea0c7be61b510a496 to your computer and use it in GitHub Desktop.
Save cflove/c919505f0f8731dea0c7be61b510a496 to your computer and use it in GitHub Desktop.
<cfexecute name="aws" arguments="configure set aws_access_key_id xxx"></cfexecute>
<cfexecute name="aws" arguments="configure set aws_secret_access_key xxx"></cfexecute>
<cfexecute name="aws" arguments="configure set region us-east-1"></cfexecute>
<cfexecute name="aws" arguments="configure set output json"></cfexecute>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment