UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

24 lines (17 loc) 367 B
service: configSchemaExtensions disabledDeprecations: - SOME_DEP_ERROR provider: name: someProvider plugins: - ./test-plugin configValidationMode: error frameworkVersion: '*' custom: someCustomStringProp: can-be-string functions: someFunction: events: - someEvent: someRequiredStringProp: some string someNumberProp: 123