Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).