Skip to content

Commit

Permalink
add boto3 package to lambda zip to satisfy use of dynamodb for mosaic (
Browse files Browse the repository at this point in the history
…#13)

* add boto3 package to lambda zip to satisfy use of dynamodb for mosaic
* update changelog
  • Loading branch information
bick4ord authored Aug 17, 2023
1 parent 39f5853 commit 7f29088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.12.0-1.0.1 (2023-08-16)

* add boto3 package to lambda zip to satisfy use of dynamodb for mosaic

## 0.12.0-1.0.0 (2023-08-15)

* introduce new split versioning scheme that represents the upstream titiler version (v0.12.0) and the mosaic version (1.0.0)
Expand Down
3 changes: 2 additions & 1 deletion build-lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ python -m pip install \
morecantile==4.3.0 \
rio-tiler==5.0.3 \
cogeo-mosaic==6.2.0 \
markupsafe==2.0.1
markupsafe==2.0.1 \
boto3==1.28.27

cd lambda

Expand Down

0 comments on commit 7f29088

Please sign in to comment.