Skip to content

Commit cb71f63

Browse files
committed
feat: allow inclusion of image copy to pipeline
Support both codepipeline and pipelines
1 parent 6a81327 commit cb71f63

File tree

10 files changed

+3124
-233
lines changed

10 files changed

+3124
-233
lines changed

API.md

+322
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lambda/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ go 1.15
44

55
require (
66
github.com/aws/aws-lambda-go v1.29.0
7-
github.com/aws/aws-sdk-go-v2 v1.21.0
7+
github.com/aws/aws-sdk-go-v2 v1.32.4
88
github.com/aws/aws-sdk-go-v2/config v1.18.37
9+
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.36.3
910
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.3
1011
github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0
1112
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.19.10
@@ -15,5 +16,4 @@ require (
1516
github.com/pkg/errors v0.9.1
1617
github.com/sirupsen/logrus v1.9.3
1718
github.com/stretchr/testify v1.8.4
18-
github.com/tchap/go-patricia v2.3.0+incompatible // indirect
1919
)

0 commit comments

Comments
 (0)