Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devopsartfactory/lambda-examples
https://github.com/devopsartfactory/lambda-examples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devopsartfactory/lambda-examples
- Owner: DevopsArtFactory
- Created: 2021-02-03T00:44:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T12:29:50.000Z (almost 4 years ago)
- Last Synced: 2024-08-24T09:57:35.707Z (5 months ago)
- Language: Go
- Size: 495 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lambda-examples (written by Go lang)
## manage-aws-rds
This lambda function can start or stop AWS RDS.### Directory Structure
| Directory Name | Description |
| -------------- | ---------------- |
| serverless | It contains source file and make file and serverless yaml file |
| terraform | It contains terraform file that describe IAM policy for lambda function |