This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Resource": [ | |
"arn:aws:s3:::YOUR_BUCKET_NAME", | |
"arn:aws:s3:::YOUR_BUCKET_NAME/*" | |
], | |
"Sid": "AllowSync", | |
"Effect": "Allow", |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table-bordered"> | |
<tr> | |
<th colspan="2" style="horizontal-align : middle;text-align:center;">Non SnapStart</th> | |
<th colspan="4" style="horizontal-align : middle;text-align:center;">Cold Start (ms)</th> | |
<th colspan="4" style="horizontal-align : middle;text-align:center;">Warm Start (ms)</th> | |
</tr> | |
<tr> | |
<th scope="col"> memory (MB)</th> | |
<th scope="col">error rate</th> | |
<th scope="col">p50</th> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
brew install helm | |
brew install helmfile | |
helm plugin install https://github.com/databus23/helm-diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Statement": [ | |
{ | |
"Action": [ | |
"apigateway:*", | |
"cloudformation:CancelUpdateStack", | |
"cloudformation:ContinueUpdateRollback", | |
"cloudformation:CreateChangeSet", | |
"cloudformation:CreateStack", | |
"cloudformation:CreateUploadBucket", |