Roman
Roman
> Yes, once Customer updates all the secrets via AWS Secrets Manager and then trigger a single deployment on App Runner, we will be refreshing all the secrets. Is there...
> Hi @moltar, You can listen to the AWS Eventbridge events and invoke `aws apprunner start-deployment` API to force a new deployment Hey, yeah, tried that. But EB events only...
> I think the interface would be quite simple. Do you think there is value in having inputs and outputs defined in the interface (even if as optional props)? This...
Now that we have constructs-based projen, would modelling tasks thru constructs be a cleaner solution? Could this be a whole new way to declare tasks that we could opt into,...
> Although we still need an implementation of `Dependencies`, it's currently not used. Is it the #3056 issue?
This affects GitHub Actions runner as well. Using these docs: https://docs.github.com/en/actions/using-containerized-services/about-service-containers#mapping-docker-host-and-service-container-ports When I specify only a port: ```yml services: postgres: image: postgres:11 ports: - 5432 ``` Result is two different...
Running into this as well. Generating TS interfaces from [GitHub Workflow JSON Schema](https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/github-workflow.json). Getting this kind of output: ```ts interface WorkflowTriggerEventConfigWorkflowCall { inputs?: OnOneOf_2WorkflowCallInputs; secrets?: OnOneOf_2WorkflowCallSecrets; } interface OnOneOf_2WorkflowCallSecrets {...
@nguyentoanit I don't remember what the issue was originally. But it looks like there is a CDK-based test suite available now, so maybe we can recover this PR and fix...
@MIT120 There are no plans yet. We have to see how the OpenAPI specs shape up over time. We might use the same approach as we use on the SP...
@NiciusB Maybe PR it? ;)