Tag: serverless

  1. AWS: ReInvent. Performing chaos engineering in a serverless world

    Thanks to my current employer New10 I was lucky to get to AWS:ReInvent conference this year in Las Vegas. I would like to share my notes on the talks I'm joining, while my memory is "fresh". My first talk was "Performing chaos engineering in a serverless…

    on aws reinvent serverless chaos

  2. How to fix "Could not execute the lambda function. Make sure you have given CloudWatch Logs permission to execute your function" error in AWS

    I've been banging my head around this Could not execute the lambda function. Make sure you have given CloudWatch Logs permission to execute your function error for couple hours. Was trying to update IAM role for the lambda with different combination, but no luck. After couple times reading documentation i…

    on aws lambda serverless permissions

  3. How to fix "PackageNotFoundError: importlib_metadata" error in Serverless AWS Lambda

    I was building recently a serverless python microservice and for one of the endpoints i needed to implement jsonschema validation. Locally i have built it, covered with unit tests and everything was working just fine. But when i tried to deploy it to AWS Lambda with serverless framework, i ended…

    on serverless python aws importlib_metadata packagenotfounderror

  4. Keeping your serverless project size nice and clean

    At New10, as a Software Engineer in Test, i'm quite often build some small serverless projects that help our teams to make test automation and debugging of our system. Easier. I'm working now more and more with things like yarn, javascript and serverless framework. Today i discovered a nice yarn…

    on javascript serverless yarn npm