How to reference Cognito or DynamoDB resources not deployed via YML

Serverless uses Cloudformation under the hood. I was able to accomplish your scenario using Cloudformation Outputs in my ‘parent’ yaml file, and then referencing the outputs in my ‘child’ yaml files that need them, with the variables tools listed here.


https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html
1 Like