Roman Naumenko
Roman Naumenko
> @OperationalFallacy, can you check if your situation is similar to the one we just discussed above? I see it recognizes sso profile (both with a workaround for gen1 -...
``` aws cloudformation describe-stacks --stack-name CDKToolkit-CICDTarget --max-items 1 --xxx-dev-amplify | grep BootstrapVersion -B 1 -A 3 { "OutputKey": "BootstrapVersion", "OutputValue": "14", "Description": "The version of the bootstrap resources that are...
`npx ampx sandbox` is working now, thank you for the update! Is the UI trying to do something different when it creates an app? A few Gen 1 apps are...
@Jay2113 thank you for checking this Probably monorepo option is unrelated I don't see service role option with any selection 
@Jay2113 is it ok if I give you access to the repo to check layout? Its in early stages of development, there is not much code yet
Those are the example for external integrations, I think. I got it working as well, no problem there. The case I'm describing is what Amplify published in the document page...
Also, looking at the amplify example page import { aws_events } from "aws-cdk-lib";
Run into this as well I've removed "read" permission in auth rule and it started to fail with this functionId error ` .authorization((allow) => [allow.owner().to("read")])` I'm not using amplify cli...
I agree; it might be the shortest path. You know the internals of CDK stacks for amplify gen 2 Can you assess how easy [this example](https://serverlessland.com/patterns/eventbridge-appsync-cdk) for EventBridge to AppSync...
Ty, Anil that article is a great example, especially for somebody how doesn't mind deal with the L1 constructs and VTL syntax. I wouldn't mind either if I had a...