adamlyka

Results 4 comments of adamlyka

A simple set of CRUD api endpoints for incidents would be highly beneficial for creating integrations into middleware. Linear B offers something similar: https://docs.linearb.io/api-incidents/ Many similarly for tracking deployments.

I just tried with the new beta with the following input: ``` - name: Diff uses: corymhall/cdk-diff-action@v2-beta with: githubToken: ${{ secrets.GITHUB_TOKEN }} cdkOutDir: ./infra/cdk.out failOnDestructiveChanges: false stackSelectorPatterns: '!Prod/*' ``` And...

@corymhall I am doing the following synth prior: `cdk synth Dev/*` Which as a result, there are no attributes in the `cdk.context.json` which contain any production details, so the error...

Thanks for the update, have tested and all is working well!