Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/springmt/lambda_ruby_sample
https://github.com/springmt/lambda_ruby_sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/springmt/lambda_ruby_sample
- Owner: SpringMT
- Created: 2022-05-12T06:47:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T00:25:07.000Z (over 2 years ago)
- Last Synced: 2024-12-07T00:55:11.342Z (2 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ECRの作成
```
aws ecr create-repository --repository-name lambda_ruby_sample --image-scanning-configuration scanOnPush=true
```## GitHub Actions OIDC
https://github.com/aws-actions/configure-aws-credentialshttps://dev.classmethod.jp/articles/github-actions-oidc-configure-aws-credentials/
## CodeBuild
### GitHub Actions経由で
https://github.com/aws-actions/aws-codebuild-run-build