I have created an API Key and added it to my functions. I have then deployed the api and tested it but still get: "message": "Forbidden" How do I pass the api
I am running an Amazon Web Services RDS Aurora 5.6 database cluster. There are a couple of lambda's talking to these database instances, all written in python.
I have a lambda function that reads from DynamoDB and creates a large file (~500M) in /tmp that finally uploaded to s3. Once uploaded the lambda clears the file
I have a lambda function that reads from DynamoDB and creates a large file (~500M) in /tmp that finally uploaded to s3. Once uploaded the lambda clears the file
As the AWS documentation suggests: import logging logger = logging.getLogger() logger.setLevel(logging.INFO) def my_logging_handler(event, context): logger
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
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
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
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