parse-community / parse-server-s3-adapter

AWS S3 file storage adapter for Parse Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about build a stack in Cloudformation

sqlsong opened this issue · comments

commented

When I build a new stack, at the Prepare template, I choose 'Template is ready', and upload my template. Then, in the next page, 'GraphQLAdapterLocation, GraphQLAdapterName, GraphQLSchemaLocation, GraphQLSchemaName, RDSSchemaLocation, RDSSchemaName' what should I input.
And, if 'GraphQLAdapterLocation', 'GraphQLSchemaLocation', 'RDSSchemaLocation' are files, where should I go to get these files.
Can you give me an example if possible.
Thanks.

Thanks for opening this issue!

commented

Hi kishd, thanks for your help.
Now I changed other approach, at the Prepare template, I choose 'Template is ready', then I choose 'Amazon S3 URL'. And 'Amazon S3 URL' display a default url, change nothing. I switched my region to ap-northeast-1 and updated the Bucket region parameter in the template to ap-northeast-1. Referring to someone else's approach: https://github.com/aws-quickstart/quickstart-salesforce-connect-appsync-rds-postgresql/issues/23 to set 'GraphQL schema location, GraphQL schema name, RDS schema location, RDS schema name'.
Error: Embedded stack arn:aws:cloudformation:ap-northeast-1:528973883997:stack/salesforce-connect-appsync-rds-postgresql43-ExistingVPCStack-1SH2QYP-RDSCodeBuildStack-11NRHRL1J2U3I/5f5df790-ea49-11ee-aaf5-0ad00144b3d3 was not successfully created: The following resource(s) failed to create: [RDSResolverLambda].
Do you know how to solve it. Thanks.