Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwolla/cloudflare-lambda
CloudFormation custom resource Lambda to manage Cloudflare settings
https://github.com/dwolla/cloudflare-lambda
Last synced: about 10 hours ago
JSON representation
CloudFormation custom resource Lambda to manage Cloudflare settings
- Host: GitHub
- URL: https://github.com/dwolla/cloudflare-lambda
- Owner: Dwolla
- License: mit
- Created: 2018-05-07T19:40:08.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T04:08:01.000Z (6 months ago)
- Last Synced: 2024-05-06T05:25:26.682Z (6 months ago)
- Language: Scala
- Size: 269 KB
- Stars: 0
- Watchers: 16
- Forks: 1
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cloudflare-lambda
[![Travis](https://img.shields.io/travis/Dwolla/cloudflare-lambda.svg?style=flat-square)](https://travis-ci.org/Dwolla/cloudflare-lambda)
![license](https://img.shields.io/github/license/Dwolla/cloudflare-lambda.svg?style=flat-square)CloudFormation custom resource Lambda to manage Cloudflare settings
## Deploy
To deploy the stack, ensure the required IAM roles exist (`DataEncrypter` and `cloudformation/deployer/cloudformation-deployer`), then deploy with `sbt`:
```ShellSession
sbt -DAWS_ACCOUNT_ID={your-account-id} publish stack/deploy
```The `publish` task comes from [Dwolla’s S3 sbt plugin](https://github.com/Dwolla/sbt-s3-publisher), and the stack/deploy task comes from [Dwolla’s CloudFormation sbt plugin](https://github.com/Dwolla/sbt-cloudformation-stack).