Category "aws-lambda"

Using python Logging with AWS Lambda

As the AWS documentation suggests: import logging logger = logging.getLogger() logger.setLevel(logging.INFO) def my_logging_handler(event, context): logger

AWS X-Ray Crossacount data collection

I have an application that is distributed over two AWS accounts. One part of the application ingest data from one account into the other account. The producer

node-lambda - TypeError: handler is not a function

New to AWS and found it quite straightforward so far but really getting stuck packaging a lambda function. I'm using node-lambda to try and run the function bu

Aws step functions - Resume from failed step function activity instead of starting a new execution

I created a step function with 4 different activities which run one after other and also integrated to trigger this step function from a java application. Flow

Why my cloudformation template is over 1 MB?

I created a SAM project and created a simple hello world lambda. After executing: sam package --template-file template.yaml --output-template-file output.yaml