File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 14
14
1 . [ #290 ] ( https://github.com/influxdata/influxdb-client-python/pull/290 ) : ` Threshold ` domain models mapping
15
15
1 . [ #290 ] ( https://github.com/influxdata/influxdb-client-python/pull/290 ) : ` DashboardService ` responses types
16
16
1 . [ #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
17
18
18
19
## 1.19.0 [ 2021-07-09]
19
20
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ RUN source lambda/bin/activate
11
11
# Python dependencies to be included in output zip file:
12
12
RUN python3.8 -m pip install --no-cache-dir influxdb-client[ciso] -t /install/python
13
13
# 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