Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tusharmath opened this issue May 20, 2024 · 0 comments
Open

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

tusharmath opened this issue May 20, 2024 · 0 comments

Comments

@tusharmath
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant