Skip to content

Allow customizations to generated Dockerfile

Compare
Choose a tag to compare
@harris-chris harris-chris released this 23 Dec 00:05
· 34 commits to main since this release

Features added
create_local_image and create_lambda_components now both take an optional dockerfile_update parameter. This parameter expects a function which takes a single parameter - the original dockerfile as multi-line string - and returns an updated dockerfile, also as a multi-line string.