cloudformation-cli icon indicating copy to clipboard operation
cloudformation-cli copied to clipboard

Better resource type development documentation

Open mmaeng opened this issue 2 years ago • 0 comments

Documentation needs to updated to help east difficulty in resource type development. Reports of :

  • There have been many instances where a given resource will work locally but fail when executed in AWS.
  • on a Read the resource will only get the primaryIdentifier , property must be returned by Read to work with Fn::GetAtt.
  • CFN enforces physical identifiers across stacks for registry resources.

mmaeng avatar Oct 01 '23 02:10 mmaeng