You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am creating a Role for a DynamoDB table that i defined elsewhere using the component aws-dynamodb.
In my aws-iam-role yml file, I am defining the Dynamo DB Resource as:
I just found out that we can't use plugins, but how about CLoudformation !REF or !GetAtt to make things more dynamic?
Also, how do I compose multiple serverless-component's yml files together as one ? My basic serverless express project's tree looks like this at the moment:
As you can see, I have multiple serverless.yml files for each of the components I am using (express, IAM, DynamoDB) . How do I compose these together?
The text was updated successfully, but these errors were encountered:
Suedo
changed the title
How to give a custom Resource ARN
How to give a custom Resource ARN, and compose multiple component yml files together?
Jun 25, 2020
Suedo
changed the title
How to give a custom Resource ARN, and compose multiple component yml files together?
How to dynamically get ARN, and also compose multiple component yml files together?
Jun 25, 2020
Currently, I am creating a Role for a DynamoDB table that i defined elsewhere using the component
aws-dynamodb
.In my
aws-iam-role
yml file, I am defining the Dynamo DB Resource as:I just found out that we can't use plugins, but how about CLoudformation
!REF
or!GetAtt
to make things more dynamic?Also, how do I compose multiple serverless-component's yml files together as one ? My basic serverless express project's tree looks like this at the moment:
As you can see, I have multiple
serverless.yml
files for each of the components I am using (express, IAM, DynamoDB) . How do I compose these together?The text was updated successfully, but these errors were encountered: