You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Simply add the following dependency to your `pom.xml` file:
60
60
<dependency>
61
61
<groupId>cloud.localstack</groupId>
62
62
<artifactId>localstack-utils</artifactId>
63
-
<version>0.2.13</version>
63
+
<version>0.2.14</version>
64
64
</dependency>
65
65
```
66
66
@@ -108,6 +108,7 @@ make build
108
108
109
109
## Change Log
110
110
111
+
* v0.2.14: Add ability to get handler class name through `_HANDLER` environment variable like on real **AWS Lambda** platform and **Lambci** environment
111
112
* v0.2.11: Enable specification of "platform" when configuring container
112
113
* v0.2.10: Add Lambda async utils for AWS SDK v2; add support for specifying bind mounts and init scripts via `@LocalstackDockerProperties`; add PowerMock integration for easy patching of AWS SDK to use local endpoints; add support for configuring the Docker image name via `@LocalstackDockerProperties`; add tests for templated emails
113
114
* v0.2.8: Allow overwriting the port binding via environment variables
0 commit comments