Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blueimp/aws-lambda
Collection of functions for AWS Lambda
https://github.com/blueimp/aws-lambda
Last synced: 3 months ago
JSON representation
Collection of functions for AWS Lambda
- Host: GitHub
- URL: https://github.com/blueimp/aws-lambda
- Owner: blueimp
- License: mit
- Archived: true
- Created: 2015-09-26T21:26:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T01:13:57.000Z (over 3 years ago)
- Last Synced: 2024-05-29T00:26:12.276Z (6 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 269
- Watchers: 8
- Forks: 72
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# AWS Lambda
A collection of functions for [AWS Lambda](https://aws.amazon.com/lambda/).
## Functions
- [Authorize the client IP for an EC2 security group](authorize-ip)
- [Return authorized keys for EC2 SSH access](ssh-authorized-keys)
- [Grant bucket owner full control over an S3 object](bucket-owner-full-control)
- [CloudWatch alarm notifications to Slack](cloudwatch-alarm-to-slack)
- [CloudWatch Events to BuildKite](cloudwatch-events-to-buildkite)
- [CloudWatch Logs to Elastic Cloud](cloudwatch-logs-to-elastic-cloud)
- [Elastic Beanstalk events to Slack](elastic-beanstalk-events-to-slack)
- [Subdomain or parent domain redirect](subdomain-redirect)
- [Security headers for CloudFront](cloudfront-security-headers)
- [Host header as X-Forwarded-Host for CloudFront](cloudfront-forwarded-host)## License
Released under the [MIT license](https://opensource.org/licenses/MIT).