Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Verification of serverless applications - AWS User Group Paris July 1 2020

Verification of serverless applications - AWS User Group Paris July 1 2020

Presented at AWS User Group Paris July 1st 2020.

@gunnargrosch

The transition into more complex systems is accelerating and the granularity in serverless applications makes even smaller systems complex and highly distributed. Join as we look at how to verify the output of the system through chaos engineering and the advantages established by CI/CD.

Gunnar Grosch

July 01, 2020
Tweet

More Decks by Gunnar Grosch

Other Decks in Technology

Transcript

  1. • • • • • { "isEnabled": false, "failureMode": "latency",

    "rate": 1, "minLatency": 100, "maxLatency": 400, "exceptionMsg": "Exception message!", "statusCode": 404, "diskSpace": 100, "blacklist": [ "s3.*.amazonaws.com", "dynamodb.*.amazonaws.com" ] } const failureLambda = require('failure-lambda’) exports.handler = failureLambda(async (event, context) => { ... })