-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREATE_FAILED when running "cdk deploy" #82
Comments
I'll dig into the example to find the bug, but it's probably related to a change in how AWS-managed policies are referenced. arn:aws:iam::aws:policy/arn:aws:iam::aws:policy/AmazonDynamoDBFullAccess should be It used to require the full ARN, but a recent change in CDK made it possible to just specify the name and the toolkit will prepend the rest of the ARN. |
Here's the change you should make locally to get it to work |
Thank you for the quick response Richard. That got me past the error. Another error has now shown up: 5/12 | 23:37:25 | CREATE_FAILED | AWS::AppSync::Resolver | GetAllQueryResolver No data source found named ItemsDynamoDataSource (Service: AWSAppSync; Status Code: 404; Error Code: NotFoundException; Request ID: 7dffc897-ac10-11e9-9f96-cbb7bbb1a52a) Best, |
@derektumulak I get the same error as you. see #78 if you want a workaround for that example until @rhboyd comments in that PR are addressed |
Thanks Joseph. I’ll take a look at your suggestion.
Best,
Derek
… On Jul 24, 2019, at 2:14 PM, Joseph Chiocchi ***@***.***> wrote:
@derektumulak I get the same error as you. see #78 if you want a workaround for that example until @rhboyd comments in that PR are addressed
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, I am new to CDK and considering using it. I am trying to get the AppSyncGraphQLDynamoDB example working. When I run
cdk deploy
I get the following error:Any suggestions?
Thanks,
-Derek
The text was updated successfully, but these errors were encountered: