jgreenemi/Parris

Add `no-clobber` option for Lambda function update.

Open

#4 aberto em 2 de jan. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (22 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (320 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Allow lambda-config.json to specify if this function should be replaced or not if setup.py is run and an existing function is found. At present it just overwrites whatever code is already there to make updates seamless, but user may not want to have their Lambda function be so easily overwritten.

Guia do colaborador