Skip to main content

Cli to publish shareable lambda test events.

Project description

AWS Lambda Publish Sharable Events

codecov aws-lambda-publish-shared-event

Installation

With pip installed, run: pip install aws-lambda-publish-shared-event

Features

  • Publish your locally defined test events to the Lambda Console (publish-shared-event -e testEvent.json ..)
  • Publish 100 different examples (publish-shared-event -e ses/ses.json ...)
  • Publish multiple events with the same schema structure for a single lambda
  • Set test name or use the test event file name (publish-shared-event -n custom-name ...)
  • Get the list of built-in test events (publish-shared-event --list)

Usage

Once installed run publish-shared-event --help for the list of commands.

Listing supported events for cognito user pool:

publish-shared-event --filtered-list cognito-user
Filtered list of supported event sources:
cognito-user-pool/create-auth-challenge.json
cognito-user-pool/custom-email-sender.json
cognito-user-pool/custom-message.json
cognito-user-pool/define-auth-challenge.json
cognito-user-pool/post-authentication.json
cognito-user-pool/post-confirmation.json
cognito-user-pool/pre-authentication.json
cognito-user-pool/pre-signup.json
cognito-user-pool/pre-token-generation.json
cognito-user-pool/user-migration.json
cognito-user-pool/verify-auth-challenge-response.json

Publishing a ses/ses.json test event as a shareable event for the lambda function named full-lambda-name

publish-shared-event -e ses/ses.json -f full-lambda-name -r us-east-1

Publishes a locally defined test event events/yourOwnDefinedEvent.json to the lambda console

publish-shared-event -e events/yourOwnDefinedEvent.json -f your-function -r us-west-2

Publish two different tests with custom names.

NOTE: Both tests must share the same schema

publish-shared-event -n createCustomerPass -e eventOne.json -f full-lambda-name -r us-east-1
publish-shared-event -n createCustomerFailure -e eventTwo.json -f full-lambda-name -r us-east-1

Using the interactive cli tool:

publish-shared-event
Lambda Name: <Full Lambda Name>
Select Event:
* alb/alb.json
    alexa/alex-smart-home-skill-v1.json
    alexa/alex-smart-home-skill-v3.json
    amazon-config/amazon-config.json
    ...

Resources

See Lambda Events for more documentation on the different AWS Lambda event structures and see the official docs on AWS Lambda Shareable test events.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-lambda-publish-shared-event-0.8.0.tar.gz (41.2 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page