-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:nanlabs/devops-reference into featu…
…re/create-guide-security-assessments * 'main' of github.com:nanlabs/devops-reference: (28 commits) Update README Update example name in examples.json Update table of contents in README.md Update README.md with Teller configuration instructions Update README Add new example: Secrets Management Mastery for Developers Bump es5-ext (#217) Update README Update examples.json Update README.md Update README.md Add files via upload Delete examples/embracing-the-power-of-localstack-for-aws-emulation/localstack.png Add files via upload Update README Add new example: Embracing the Power of LocalStack for AWS Emulation Update README.md with LocalStack Desktop and testing instructions Update Docker compose paths Update README Updated Verdaccio example to match our reference repositories std ...
- Loading branch information
Showing
31 changed files
with
2,141 additions
and
109 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,6 @@ | |
"MD042": false, | ||
"MD004": false, | ||
"MD013": false, | ||
"MD033": false | ||
"MD033": false, | ||
"MD024": false | ||
} |
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/bin/sh | ||
|
||
awslocal kinesis create-stream --stream-name my_stream --shard-count 1 | ||
|
||
awslocal s3 mb s3://example-bucket | ||
|
||
awslocal sqs create-queue --queue-name my_queue | ||
|
||
awslocal dynamodb create-table --table-name my_table \ | ||
--attribute-definitions AttributeName=key,AttributeType=S \ | ||
--key-schema AttributeName=key,KeyType=HASH \ | ||
--provisioned-throughput ReadCapacityUnits=5,WriteCapacityUnits=5 | ||
|
||
# you can go on and put initial items in tables... |
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.