alonch/Actions AWS Http backend for Node

Provision a AWS function with http routing and extras * API docs with [Swagger](https://swagger.io/) * Request and Response Schema validation with [malli](https://github.com/metosin/malli)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
routesHTTP routes and validations, [docs](#routing)yes
actionDesire outcome: apply, plan or destroynoapply
nameFunction nameyes
armRun in ARM computenotrue
node-versionNodeJS version, Supported versions: 16, 18 and 20no20
memory128 (in MB) to 10,240 (in MB)no128
envList of environment variables in YML formatnoCREATE_BY: alonch/actions-aws-http-node
permissionsList of permissions following Github standard of service: read or write. In YML format""
artifactsThis folder will be zip and deploy to Lambda
timeoutMaximum time in seconds before aborting the execution3
allow-public-accessGenerate a public URL. WARNING: ANYONE ON THE INTERNET CAN RUN THIS FUNCTION
namedescription
urlURL to invoke the function