Skip to content

Testing Serverless Applications

Home > Archive for May, 2022

Month: May 2022

Testing integration payloads – Testing Serverless Applications

Estimated Read Time: 2 minutes

Testing integration payloads In the example architecture, you can test the payload sent to EventBridge by the event producer Lambda function by verifying it against a schema definition of the event. In JavaScript, you could use a JSON schema validation library, such as Ajv: import Ajv from “ajv”; import { generateOrder } from “./producer”; import […]

Copyright © 2024 waterfalldrop.org