Skip to content

A Lambda for creating custom resources in CloudFormation.

License

Notifications You must be signed in to change notification settings

masgari/aws-custom-resources

Repository files navigation

AWS Custom Resources

A Lambda for creating custom resources in CloudFormation.

Supported Custom Resource Types

  • Custom::ApiKeyValue: Store value of API Key in a secure SSM parameter.
  DevApiKeyValue:
    Type: Custom::ApiKeyValue
    Properties:
      ServiceToken: ${cf:custom-resources-dev.ServiceToken}
      ApiKeyId: !Ref DevApiKey
      SsmParamPath: /api/keys/${self:provider.stage}
      Overwrite: true # default is true

Building and deployment

Install serverless and make (brew install make on MacOS) and then run:

make clean build test deploy

About

A Lambda for creating custom resources in CloudFormation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published