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

How I can give VpcConfig, subnets and securitygroups

Minu2020 opened this issue · comments

I am not able to find the correct syntax to add VPC configuration.. Is it supported

@appleboy any update ?

Any update @appleboy

@Minu2020 Let me check.

@Minu2020 See

lambda-action/action.yml

Lines 55 to 58 in 53c0ab6

subnets:
description: "Select the VPC subnets for Lambda to use to set up your VPC configuration."
securitygroups:
description: "Choose the VPC security groups for Lambda to use to set up your VPC configuration."

@appleboy I got the following error and that why I opened the issue
Uploading Screenshot 2024-04-22 at 2.00.20 pm.png…

@Minu2020 Please provide source config.

@appleboy

Attached source config..
Screenshot 2024-06-11 at 1 33 27 pm
Screenshot 2024-06-11 at 1 28 52 pm

Please help me to find whats wrong