Skip to content

Conversation

@khanhtc1202
Copy link
Member

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Does this PR introduce a user-facing change?:

Be able to deploy lambda application under QuickSync strategy

@pipecd-bot
Copy link
Collaborator

COVERAGE

Code coverage for golang is 33.91%. This pull request increases coverage by 0.00%.

File Function Base Head Diff
pkg/app/api/grpcapi/piped_api.go PipedAPI.ReportApplicationDeployingStatus 0.00% 0.00% +0.00%
pkg/app/piped/cloudprovider/lambda/client.go client.Apply 0.00% 0.00% +0.00%

Code: &lambda.FunctionCode{
ImageUri: aws.String(fm.Spec.ImageURI),
},
PackageType: aws.String("Image"),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about other use-cases when our users may want to be able to use other kinds of PackageType ( Zip or S3 object ). But currently, we only support container image packaging, so let me hard code this PackageType value here as is, and update this later when we have a plan to support a wide range of package types.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an internal change so I am fine about it.
👍

@nghialv
Copy link
Member

nghialv commented Jan 14, 2021

/lgtm

@nakabonne
Copy link
Member

/approve

@pipecd-bot
Copy link
Collaborator

APPROVE

This pull request is APPROVED by nakabonne.

Approvers can cancel the approval by writing /approve cancel in a comment. Any additional commits also will change this pull request to be not-approved.

@pipecd-bot pipecd-bot merged commit e409546 into master Jan 14, 2021
@pipecd-bot pipecd-bot deleted the fix-create-function-input branch January 14, 2021 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants