Skip to content

Instantly share code, notes, and snippets.

@adhorn
Created July 11, 2019 11:57
Show Gist options
  • Save adhorn/3f16e7355310cde3bb727485a7cc5b32 to your computer and use it in GitHub Desktop.
Save adhorn/3f16e7355310cde3bb727485a7cc5b32 to your computer and use it in GitHub Desktop.
FailureInjectionLayer template for Serverless framework
service: ChaosInjectionLayer
frameworkVersion: ">=1.34.0 <2.0.0"
provider:
name: aws
layers:
latencyInjection:
path: ./
name: ${self:service}-${self:provider.stage}
compatibleRuntimes:
- python3.7
retain: true
package:
exclude:
- ./**
include:
- python/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment