Open lopezdp opened 1 year ago
unfortunately, server less framework only deploys 8 to cognito even though cloudformation advertises that it can be up to 50.
@lopezdp where this assumption comes from? Framework passes content of resources
sections as is to CloudFormation template, it doesn't strip it in any way (and you can confirm that by inspecting the deployed template).
Now if you don't see attributes on end resources which are part of the deployed template, it looks as some issue on AWS side, and for that, I advise to contact their support, or search forums to find similar issues reported.
unfortunately, server less framework only deploys 8 to cognito even though cloudformation advertises that it can be up to 50.
@lopezdp where this assumption comes from? Framework passes content of
resources
sections as is to CloudFormation template, it doesn't strip it in any way (and you can confirm that by inspecting the deployed template). Now if you don't see attributes on end resources which are part of the deployed template, it looks as some issue on AWS side, and for that, I advise to contact their support, or search forums to find similar issues reported.
Good point i have convo with AWS rep today i will bring this up
Are you certain it's a bug?
Is the issue caused by a plugin?
Are you using the latest v3 release?
Is there an existing issue for this?
Issue description
ive deployed cognito resources to create a large amount of
custom:attributes
. here is a code sample of how I do it in myserverless.yml
everything works fine when I do this with anything <= 8 attributes.
however, this time I need more than 8 as you can see by the list above.
unfortunately, server less framework only deploys 8 to cognito even though cloudformation advertises that it can be up to 50.
please help ?!
Service configuration (serverless.yml) content
Command name and used flags
SLS_DEBUG=* serverless deploy --verbose --stage dev | tee deploy.out
Command output