CJohnston079 / obfuscator

0 stars 0 forks source link

Add script to deploy `Obfuscator` to AWS Lambda #31

Open CJohnston079 opened 4 months ago

CJohnston079 commented 4 months ago

Issue

Obfuscator is designed to run on AWS Lambda, but currently, there is no automated script to handle the deployment process. This makes it cumbersome to deploy changes and updates, leading to potential human error and inefficiencies.

Proposed resolution

Add a script to handle packaging the application code, uploading it to AWS, and configuring the necessary Lambda function settings.