{ "opencollection": "1.0.0", "info": { "name": "Amazon Lambda Event Source Mappings API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Event Source Mappings", "type": "folder" }, "items": [ { "info": { "name": "Amazon Lambda List Event Source Mappings", "type": "http" }, "http": { "method": "GET", "url": "https://lambda.us-east-1.amazonaws.com/event-source-mappings" }, "docs": "Lists event source mappings." }, { "info": { "name": "Amazon Lambda Create Event Source Mapping", "type": "http" }, "http": { "method": "POST", "url": "https://lambda.us-east-1.amazonaws.com/event-source-mappings" }, "docs": "Creates a mapping between an event source and an AWS Lambda function." }, { "info": { "name": "Amazon Lambda Get Event Source Mapping", "type": "http" }, "http": { "method": "GET", "url": "https://lambda.us-east-1.amazonaws.com/event-source-mappings/:UUID", "params": [ { "name": "UUID", "value": "", "type": "path", "description": "The identifier of the event source mapping." } ] }, "docs": "Returns details about an event source mapping." }, { "info": { "name": "Amazon Lambda Delete Event Source Mapping", "type": "http" }, "http": { "method": "DELETE", "url": "https://lambda.us-east-1.amazonaws.com/event-source-mappings/:UUID", "params": [ { "name": "UUID", "value": "", "type": "path", "description": "The identifier of the event source mapping." } ] }, "docs": "Deletes an event source mapping." } ] } ], "bundled": true }