Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws-cloudformation): allow specifying custom resource type #943

Merged
merged 2 commits into from
Oct 17, 2018

Commits on Oct 16, 2018

  1. feat(aws-cloudformation): allow specifying custom resource type

    Adds the `resourceType` property to `CustomResource`
    which allows specifying the type name for the resource.
    
    Custom resource type names must start with "Custom::" and
    have some naming restrictions, which are validated.
    Elad Ben-Israel committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    653b78d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into benisrae/custom-res…

    …ource-improvements
    Elad Ben-Israel committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    a0598bf View commit details
    Browse the repository at this point in the history