James Telfer
James Telfer
Do you have any thoughts on what you'd expect support for the v2 API gateway events to look like in this library? It's a useful abstraction to have, and v1...
In `resource-type-develop.md`, the section [Monitoring Runtime Logging for Resource Types](https://github.com/aws-cloudformation/cloudformation-cli/blob/master/doc_source/resource-type-develop.md#monitoring-runtime-logging-for-resource-types) contains incorrect information: 1. The group is not created by Cloudformation during `cfn submit` 1. The naming scheme for the...
**Describe the bug** JavaScript template strings can include expressions: ```js const s = `foo ${bar.toString()}` ``` When using the Javascript or Typescript matchers, these expressions cannot be matched. When using...
Proposed enhancement to use the GH GraphQL API to retrieve repository details in batches, instead of one by one via REST. This would be useful for the list supplied to...
The standard library offers support for tracing details of the HTTP(s) connection state on requests via the `httptrace.ClientTrace` structure. I have implemented this in our service code such that the...
Noticed a typo while playing, simple change: "Are your sure?" becomes "Are you sure?".
The current sign interface has the single `Sign` method: ```go Sign(claims jwt.Claims) (string, error) ``` When implementing an AWS KMS signer, the lack of the context means the remote operation...
Ref: https://github.com/aws-cloudformation/cloudformation-cli-go-plugin/releases/tag/v2.2.0 In particular, it doesn't mention that this release includes #230. Also, should the v2 release stream be marked as "latest" now? The v1 release appears on the homepage...
If you create a new project using the Go template, no logging will be received unless the project is compiled with the `logging` tag. This can be done by changing...
### Description > [!NOTE] > This PR has been created to help illustrate a possible fix for #2881. I'd be grateful for any feedback, and if this is useful, I'll...