-
Notifications
You must be signed in to change notification settings - Fork 8
Added prevention for apigateway #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Conversation
| stageName=stage_name, | ||
| patchOperations=[ | ||
| { | ||
| 'op': 'replace', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret: Secret Keyword
Click here for more details
|
|
||
| os.environ['AWS_ACCESS_KEY_ID'] = 'your_access_key_id' | ||
| os.environ['AWS_SECRET_ACCESS_KEY'] = 'your_secret_access_key' | ||
| os.environ['AWS_DEFAULT_REGION'] = 'your_default_region' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret: Secret Keyword
Click here for more details
| "Resource": "*" | ||
| }, | ||
| { | ||
| "Sid": "Allow use of the key", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret: Secret Keyword
Click here for more details
| session = boto3.Session( | ||
| aws_access_key_id='YOUR_AWS_ACCESS_KEY_ID', | ||
| aws_secret_access_key='YOUR_AWS_SECRET_ACCESS_KEY', | ||
| region_name='YOUR_AWS_REGION' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret: Secret Keyword
Click here for more details
No description provided.