@walkeros/server-source-aws
v4.6.0
Published
AWS server sources for walkerOS (Lambda, API Gateway, Function URLs)
Maintainers
Readme
@walkeros/server-source-aws
AWS Lambda source for walkerOS. Works across API Gateway REST (v1), API Gateway HTTP (v2), Lambda Function URLs, and direct invocation. The package also ships an SQS source for ingesting from SQS queues.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-source-awsQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"sources": {
"lambda": { "package": "@walkeros/server-source-aws", "config": {} }
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/sources/server/aws
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
