Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 741 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 741 Bytes

LambdaCodeToCreateVPC

This Lambda Function read details from xls file present in S3 and create VPC.

Steps for implementation:

1.] Download all python files.

2.] Bundle the python files with external library lxml.

3.] To create lambda deployment package follow aws documentation.

4.] Upload zip file to lambda function.

5.] Create your own vpc_detial.xls file taking reference of vpc_detail.xls.

6.] Give lambda function S3 Read Access, increase execution time.

7.] Run lambda function.