Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support functionName, functionVersion and invokedFunctionArn property on clientContext #94

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

vamship
Copy link

@vamship vamship commented Nov 14, 2016

Allow deployment of packages from an S3 bucket instead of always requiring an upload from the file system. This is useful in two scenarios:
(1) Package build is performed by a different process, but deployment has to be gated by some approval workflow
(2) Multiple lambda functions use the same code base - this requires multiple uploads of the exact same package, making the deployment quite slow.

This allows us to specify an optional values for functionName, functionVersion and invokedFunctionArn properties on the client context. These properties are described here: http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant