issues Search Results · repo:aws-cloudformation/cloudformation-cli-go-plugin language:Go
Filter by
92 results
(58 ms)92 results
inaws-cloudformation/cloudformation-cli-go-plugin (press backspace or delete to remove)Hi, I am trying to create a cfn resource type in go. But the contract tests are failing on the following:
E Request Model : { MyBoolean : False, MyInteger : 10}
E Returned Model : { MyBoolean : ...
Nr18
- Opened on Mar 1, 2024
- #236
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 ...
jamestelfer
- Opened on Feb 9, 2024
- #235
Hi,
are there any plans to fix the releases of the Go language plugin on PyPi?
Currently the latest release on PyPi is 2.0.4 (https://pypi.org/project/cloudformation-cli-go-plugin/#history).
According ...
x6j8x
- 3
- Opened on Nov 17, 2023
- #234
Are there plans to upgrade the plugin to be compatible with the Go Lambda go1.x EOL?
msummers-nr
- Opened on Nov 10, 2023
- #229
Has anyone been able to get their CFN custom resource to work with the changes required by 31 Dec 2023?
I changed the Makefile and makebuild templates per the instructions, SAM starts the Lambda, but ...
msummers-nr
- 3
- Opened on Nov 8, 2023
- #228
I m curious if use of encoding.Stringify is actually required.
I was having issues with contract tests failing due to Request/Response not matching. Digging into that issue I found
several bugs in Stringify: ...
msummers-nr
- Opened on Oct 25, 2023
- #227
I have CloudWatch logging working for my private Custom Resources when they re used by a Stack. Works fine.
I d like to publish these Resources publicly but I ve got a weird error trying to run test-type ...
msummers-nr
- Opened on Jun 15, 2023
- #225
Hello cfn cli go-plugin maintainers!
Are there any plans to support aws-sdk-go-v2? The current 1.2.0 plugin generates the handlers receiving Session/Config
from the v1 SDK.
I did not find a branch or ...
alegermer
- 2
- Opened on Jun 14, 2023
- #224
Is there a plugin equivalent to RequestId?
I m looking for something that gives a unique identifier for the originating Create/Update so I can correlate Go
deferred ProgressEvent responses due to InProgress. ...
msummers-nr
- Opened on Apr 12, 2023
- #223
We are trying to create the first CF resource using Golang Plugin but getting stuck with this error:
env GOOS=linux go build -ldflags= -s -w -o bin/handler cmd/main.go
cmd/resource/config.go:15:16: req.UnmarshalTypeConfig ...
ivan-savciuc
- 5
- Opened on Jan 19, 2023
- #215

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.