Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidski/infrastructure-lambdas
λ AWS Lambda infrastructure functions
https://github.com/davidski/infrastructure-lambdas
aws infrastructure-as-code lambda python
Last synced: 22 days ago
JSON representation
λ AWS Lambda infrastructure functions
- Host: GitHub
- URL: https://github.com/davidski/infrastructure-lambdas
- Owner: davidski
- License: mit
- Created: 2016-11-23T19:36:26.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T03:23:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T21:27:53.143Z (29 days ago)
- Topics: aws, infrastructure-as-code, lambda, python
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - davidski/infrastructure-lambdas - λ AWS Lambda infrastructure functions (Python)
README
# Infrastructure Lambdas
Source repository for AWS Lambda functions used in infrastructure projects.
## ami-s3-cleaner
## check-ami-ready
## check-inspector-assessment-run-complete
## launch-instance
## parse-inspector-assessment-run-findings
## send-sns-to-pushover
Basic relay between AWS SNS messages and the
[Pushover](https://pushover.net/) service. Patterned after the Scopely
[Slack-SNS](https://github.com/scopely/slack-sns) project.Expected Environment variables:
- pushover_token: Pushover API Token
- pushover_user: Pushover User ID## start-inspector-assessment-run
## start-step-function
## tag-ec2-resource
## terminate-instance
# Contributing
This project is governed by a [Code of Conduct](./CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by these terms.# License
The [MIT License](LICENSE) applies.