UNPKG

ask-serverless-plugin-canary-deployments

Version:

A Serverless plugin to implement canary deployment of Lambda functions

8 lines (6 loc) 223 B
const customPropertiesSchema = require('./customPropertiesSchema.json') const functionPropertiesSchema = require('./functionPropertiesSchema.json') module.exports = { customPropertiesSchema, functionPropertiesSchema }