Skip to content

Instantly share code, notes, and snippets.

@craftfortress
Created June 13, 2017 10:44
Show Gist options
  • Save craftfortress/7ce3136a0023d25fc3dc5e5f83b6f9bc to your computer and use it in GitHub Desktop.
Save craftfortress/7ce3136a0023d25fc3dc5e5f83b6f9bc to your computer and use it in GitHub Desktop.
Lambda Refresh : Kill all open AWS Lambda Containers, create fresh new ones.
aws lambda update-fnction-configuration\ --function-name "TeST" \ --description $(date -u + "%Y-%m-%dT%H:%M:%M:%SZ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment