lambda-env-updater

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

lambda-env-updater

Why ?

AWS CLI allows you to update your lambda function's configuration with the following command:

aws lambda update-function-configuration --function-name <function> --environment <env-as-json>

Unfortunately this command replaces the whole environemnt with the newly provided, making it impossible to update just one env variable.

Usage

lambda-env-updater -name function-name -env FOO=BAR -env BAR=FOO

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL