appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function

Home Page:https://github.com/marketplace/actions/aws-lambda-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need option to Create Lambda functions

raj-wankhede-github opened this issue · comments

Need an option to also create lambda functions if it does not exists. Currently only existing Lambda functions can be updated, and if function does not exists, we get below response:
{
RespMetadata: {
StatusCode: 404,
RequestID: "1234-12345-40gg-f123-1234"
},
Message_: "Function not found: arn:aws:lambda:::function:",
Type: "User"
}