File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14141 . [ #290 ] ( https://github.com/influxdata/influxdb-client-python/pull/290 ) : ` Threshold ` domain models mapping
15151 . [ #290 ] ( https://github.com/influxdata/influxdb-client-python/pull/290 ) : ` DashboardService ` responses types
16161 . [ #303 ] ( https://github.com/influxdata/influxdb-client-python/pull/303 ) : Backslash escaping in serialization to Line protocol
17+ 1 . [ #312 ] ( https://github.com/influxdata/influxdb-client-python/pull/312 ) : Zip structure for AWS Lambda
1718
1819## 1.19.0 [ 2021-07-09]
1920
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ RUN source lambda/bin/activate
1111# Python dependencies to be included in output zip file:
1212RUN python3.8 -m pip install --no-cache-dir influxdb-client[ciso] -t /install/python
1313# Create zip file
14- RUN zip -r /install/python.zip python/
15- VOLUME ["/install" ]
14+ WORKDIR /install/python
15+ RUN zip -r ../python.zip .
16+ VOLUME ["/install" ]
You can’t perform that action at this time.
0 commit comments