Skip to main content

Creates or updates an AWS AppSync function

Project description

This is intended to be used in a CI/CD process for managing AppSync functions.

The function’s name and datasource are used to look up the unique function id. Failure to have this combination return one function will result in undefined behavior.

Usage

python -m appsync_function_uploader --aws-access-key-id accesskey --aws-secret-access-key secret --aws-region region --api-id id --name name --description description --datasource-name datasource --request-mapping-template request.vtl --response-mapping-template response.vtl

Arguments

  • aws-access-key-id The AWS Access Key ID for the IAM user

  • aws-secret-access-key The AWS Secret Access Key for the IAM user

  • aws-region The AWS Region of the AppSync API to update

  • api-id The API ID of the AppSync API to upload the schema to

  • name The Function name - does not have to be unique, but it is highly recommended

  • description The Function description

  • datasource-name The name of the AppSync data source for which the function is being created

  • request-mapping-template The request mapping VTL file to upload - Optional if the datasource is a Lambda

  • response-mapping-template The response mapping VTL file to upload - Optional if the datasource is a Lambda

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

appsync_function_uploader-0.0.5-py2.py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 2 Python 3

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