Tim Schmelter
Tim Schmelter
Hi @DeezNutz2, Do you have an Amplify app ID so we can troubleshoot exactly what commands are being executed during the build? What appears to be happening is that the...
Hi @jguipi, I believe the configurations you're looking for are exposed under the `ConnectionStack` key of `resources.models`. In your sample schema, it looks like the pipeline you want is under...
We're categorizing this as a bug because we expect this behavior to work per some of our internal testing.
Reopening pending release of fix
We have released this in [@aws-amplify/[email protected], @aws-amplify/[email protected]](https://github.com/aws-amplify/amplify-category-api/releases/tag/%40aws-amplify%2Fgraphql-api-construct%401.15.0). Update your project dependencies with an `npm update` to consume the fix.
Once we fix this issue, be sure to enable the `skip()`ped tests that cover this case. - [Test 1](https://github.com/aws-amplify/amplify-category-api/pull/2921/files#diff-055120fe4371865b7404a025f418fc532952e129f798df198c218fed62b69864R370) - [Test 2](https://github.com/aws-amplify/amplify-category-api/pull/2921/files#diff-055120fe4371865b7404a025f418fc532952e129f798df198c218fed62b69864R406)
Note: We also need to make sure this fix properly handles the `EventInvocationResponse` type for `.async()` function handlers (see https://docs.amplify.aws/react/build-a-backend/data/custom-business-logic/#async-function-handlers). It should, since that type must be specified in the...
We do plan on addressing this. In the meantime, here are a few workarounds: 1. If you only need to access a custom operation via IAM, you can set the...
Our [most recent CDK upgrade only went to 2.129.0](https://github.com/aws-amplify/amplify-category-api/pull/2529) because of problems we encountered attempting to migrate to a higher version--specifically, we had issues with some functions in the Gen...
We upgraded the CDK version in [`@aws-amplify/[email protected]`](https://github.com/aws-amplify/amplify-category-api/releases/tag/%40aws-amplify%2Fgraphql-api-construct%401.11.7). I've got PR #2840 in the works to populate the L2 construct properties, including `modes`.