Rico Hermans
Rico Hermans
Can you please tell me whether the handling of `wlc commit` is synchronous or asynchronous? Thanks!
One more question. If I do the following: ``` wlc commit sleep 30 wlc push sleep 60 wlc repo ``` I see the pull request being created. Is it expected...
Got you, thanks. I've changed to using the GitHub API to see if a PR was created. I also noticed that there can be quite a delay between an upstream...
Also, I'm not quite sure why `PutRecord#Data` and `Invoke#Payload` are being rendered differently here. Looking at the Smithy models, both are modeled as a `type: "blob"`: Kinesis: https://github.com/aws/aws-sdk-js-v3/blob/515ea2e10b9906d15841f63bf22d56accfd49b0e/codegen/sdk-codegen/aws-models/kinesis.json#L334 Lambda: https://github.com/aws/aws-sdk-js-v3/blob/515ea2e10b9906d15841f63bf22d56accfd49b0e/codegen/sdk-codegen/aws-models/lambda.json#L2084
[AwsApi](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events_targets.AwsApi.html) and [AwsCustomResource](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.custom_resources.AwsCustomResource.html), for example. But there's not really anything to test for you right now. Thanks for the effort, let's hope this makes it to Lambda NodeJS 18.x runtime...
> Though that said, Im having some second thoughts about this cache customization for lookups that aren't tied to an SSM parameter (eg, looking up a VPC, LB, or SG)....
I tried making the necessary API calls directly: ```yaml curl \ -H 'user-agent: npm/11.3.0 node/v24.2.0 darwin arm64 workspaces/false' \ -H 'content-type: application/json' \ -H "authorization: Bearer ${NPM_TOKEN}" \ -H 'Accept:...
I guess alternatively we could have the workflow add documentation, so that if we expect users to behave differently around these PRs they are at least told what they have...
I'm confused by this issue, and it looks like we've moved most users over to STANDARD_7 in https://github.com/aws/aws-cdk/issues/26810, and it doesn't look like a huge explosion of complaints of a...