Skip to content

feat: Create a GH Action to deploy on AWS #1

@tusharmath

Description

@tusharmath

Create a github action to deploy your tailcall configuration on AWS:

- uses: tailcall/gh-action
  with:
    deploy:
      - aws:
        access_key: ${{ secrets.AWS_ACCESS_KEY_ID }}
        secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
        config: ./tailcall.graphql

Technical Requirements

  • Keep the action clean and reusable for other partners.
  • Ensure enough unit tests have been added for the actions.
  • Deployment should be on AWS Lambda and publicly accessible
  • The tailcall configuration should be picked up from the repo.
  • Ensure the user experience is simple & smooth.

Additional Information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions