Variable: awsLambdaHttpAdapterBlueprint
Variable: awsLambdaHttpAdapterBlueprint
const awsLambdaHttpAdapterBlueprint: AwsLambdaHttpAdapterBlueprint;
Default blueprint configuration for the AWS Lambda Http Adapter.
This blueprint defines the initial configuration for the AWS Lambda Http adapter within the Stone.js framework. It includes:
- An alias for the AWS Lambda platform (
AWS_LAMBDA_HTTP_PLATFORM
). - A default resolver function (currently a placeholder).
- Middleware, hooks, and state flags (
current
,default
,preferred
).