Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

runtime: Rename lambda function file #2226

Merged
merged 2 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@

### Runtime

- (chore) [\#2226](https://github.com/bandprotocol/bandchain/pull/2226) Rename lambda function file.
- (impv) [\#2210](https://github.com/bandprotocol/bandchain/pull/2210) Support non-standard python package.
- (impv) [\#2200](https://github.com/bandprotocol/bandchain/pull/2200) Move runtime configurations to runtime directory.

Expand Down
2 changes: 1 addition & 1 deletion runtime/lambda/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ zip -r9 ${OLDPWD}/lambda-yoda.zip .
cd ${OLDPWD}
deactivate
rm -r venv
zip -g lambda-yoda.zip run.py
zip -g lambda-yoda.zip lambda_function.py