{
	"name": "@webiny/handler-aws",
	"version": "6.4.8",
	"type": "module",
	"exports": {
		".": "./index.js",
		"./*": "./*"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/webiny/webiny-js.git"
	},
	"description": "Our small wrapper around fastify to ease handling of http requests for the system.",
	"contributors": [
		"Bruno Zorić <bruno@webiny.com>"
	],
	"license": "MIT",
	"dependencies": {
		"@fastify/aws-lambda": "6.4.0",
		"@webiny/aws-sdk": "6.4.8",
		"@webiny/handler": "6.4.8",
		"@webiny/plugins": "6.4.8",
		"@webiny/utils": "6.4.8",
		"fastify": "5.10.0",
		"pino-lambda": "4.4.1"
	},
	"devDependencies": {
		"@webiny/build-tools": "6.4.8",
		"rimraf": "6.1.3",
		"typescript": "6.0.3",
		"vitest": "4.1.10"
	},
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "8476da73b653c89cc1474d968baf55c1b0ae0e5f",
	"webiny": {
		"publishFrom": "dist"
	}
}
