dvsa / dvsa-lambda-starter

A starting pattern for AWS lambda in Typescript
MIT License
5 stars 4 forks source link

Simplify the Webpack configuration #60

Closed JoshuaLicense closed 2 years ago

JoshuaLicense commented 2 years ago

Description

Requires: https://github.com/dvsa/dvsa-lambda-starter/pull/63 to be merged.

Type of change

Checklist:

AnnaDodson commented 2 years ago

Production builds now zip all Lambda functions rather than just a single one.

@meridiani - we discussed this on HVT, does this work with the deployment pipeline you wanted designing?

Is this how MOTH is deploying? We're currently building one lambda per zip file too.

JoshuaLicense commented 2 years ago

@AnnaDodson MOTH doesn't have a pipeline at the moment. For context, the draft PRs are the ones that are still in progress until they are tested on infrastructure.

I agree with the one zip per Lambda though - so this bit likely change to 3 zips.