Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 804 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 804 Bytes

cloudflare-lambda

Travis license

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:

sbt -DAWS_ACCOUNT_ID={your-account-id} publish stack/deploy

The publish task comes from Dwolla’s S3 sbt plugin, and the stack/deploy task comes from Dwolla’s CloudFormation sbt plugin.