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: examples/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ Each example can be copied from its subdirectory and used independently of the r
14
14
*[powertools-examples-idempotency](powertools-examples-idempotency) - An idempotent HTTP API
15
15
*[powertools-examples-parameters](powertools-examples-parameters) - Uses the parameters module to provide runtime parameters to a function
16
16
*[powertools-examples-serialization](powertools-examples-serialization) - Uses the serialization module to serialize and deserialize API Gateway & SQS payloads
17
-
*[powertools-examples-sqs](powertools-examples-sqs) - Processes SQS batch requests (**Deprecated** - will be replaced by `powertools-examples-batch` in version 2 of this library)
18
17
*[powertools-examples-validation](powertools-examples-validation) - Uses the validation module to validate user requests received via API Gateway
19
18
*[powertools-examples-cloudformation](powertools-examples-cloudformation) - Deploys a Cloudformation custom resource
20
19
*[powertools-examples-batch](powertools-examples-batch) - Examples for each of the different batch processing deployments
Copy file name to clipboardExpand all lines: powertools-cloudformation/src/test/java/software/amazon/lambda/powertools/cloudformation/CloudFormationResponseTest.java
0 commit comments