Pugkung Whatever goes...

Category: Development

Modify and Test AWS Lambda Function on the fly

The Problem… AWS Lambda provide a convenience way to quickly edit and testing code on the web console so you don’t have to modify you code on you IDE then deploy it onto the AWS. Sometime, your lambda could grow very big (due to dependency libs) and AWS will not allow you to edit it on the console anymore… There are several ways to modify the code in this situations:


Copyright © 2023 Pugkung