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
- AWS api-change: Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
85
86
86
87
### Changed
87
88
88
89
- AWS enhancement: Documentation updates for Amazon Lambda.
- AWS api-change: Adds support for Lambda functions powered by AWS Graviton2 processors. Customers can now select the CPU architecture for their functions.
93
+
- Assert the provided Input can be json-encoded.
94
94
95
95
## 1.4.0
96
96
@@ -154,18 +154,18 @@
154
154
155
155
## 0.4.0
156
156
157
+
### Removed
158
+
159
+
- Dependency on `symfony/http-client-contracts`
160
+
- All `validate()` methods on the inputs. They are merged with `request()`.
161
+
157
162
### Changed
158
163
159
164
- Moved value objects to a dedicated namespace.
160
165
- Results' `populateResult()` has only one argument. It takes a `AsyncAws\Core\Response`.
161
166
- Using `DateTimeImmutable` instead of `DateTimeInterface`
162
167
- The `AsyncAws\Lambda\Enum\*`, `AsyncAws\Lambda\Input\*` and `AsyncAws\Lambda\ValueObject*` classes are marked final.
163
168
164
-
### Removed
165
-
166
-
- Dependency on `symfony/http-client-contracts`
167
-
- All `validate()` methods on the inputs. They are merged with `request()`.
0 commit comments