Cloudevent Builder
Easily build cloudevents to inject into AWS Lambda or your local develompent environment.
Fields
Data
AWS Lambda Test Console
{
"data": "{\"todo\":\"placeholder\"}",
"datacontenttype": "application/json",
"id": "ce_019b673d-66ab-77fb-a8d9-578a89b26e25",
"source": "build.cloudevents.gdn",
"specversion": "1.0",
"time": "2025-12-28T23:13:55.883Z",
"type": "cmd.placeholder.v0",
"wschannelid": "my-private-channel-name",
"originid": "ce_019b673d-66ab-77fb-a8d9-578a89b26e25",
"originsource": "build.cloudevents.gdn",
"origintime": "2025-12-28T23:13:55.883Z",
"origintype": "cmd.placeholder.v0"
}Local Development Console
'{"data":"{\"todo\":\"placeholder\"}","datacontenttype":"application/json","id":"ce_019b673d-66ab-77fb-a8d9-578a89b26e25","source":"build.cloudevents.gdn","specversion":"1.0","time":"2025-12-28T23:13:55.883Z","type":"cmd.placeholder.v0","wschannelid":"my-private-channel-name","originid":"ce_019b673d-66ab-77fb-a8d9-578a89b26e25","originsource":"build.cloudevents.gdn","origintime":"2025-12-28T23:13:55.883Z","origintype":"cmd.placeholder.v0"}'