aws-custom-resources

module
v0.0.0-...-d2705f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2020 License: MIT

README

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

Directories

Path Synopsis
cmd
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL