chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

(#80) Add support for building/deploying AWS Lambdas #81

Closed gep13 closed 1 year ago

gep13 commented 1 year ago

Description Of Changes

Adds support for both building/deploying AWS Lambda projects into Chocolatey.Cake.Recipe.

Motivation and Context

Going forward, a number of infrastructure items are slated to be moved to AWS Lambdas, so it makes sense to have 1st class support for these project types within Chocolatey.Cake.Recipe.

Testing

The new tasks have been executed locally, and we (myself and @JPRuskin) have proved that the zip file is created in the _PublishedLambdas folder, and also that the zip file is deployed correctly to the test AWS instance.

Change Types Made

Related Issue

Fixes #80

Change Checklist

gep13 commented 1 year ago

Following a conversation with @JPRuskin going to move forward with getting this merged, and shipped.