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

Maintenance: fix beta docs publishing #1490

Closed
1 of 2 tasks
dreamorosi opened this issue Jun 9, 2023 · 1 comment · Fixed by #1494 or #1505
Closed
1 of 2 tasks

Maintenance: fix beta docs publishing #1490

dreamorosi opened this issue Jun 9, 2023 · 1 comment · Fixed by #1494 or #1505
Assignees
Labels
automation This item relates to automation completed This item is complete and has been merged/shipped internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)

Comments

@dreamorosi
Copy link
Contributor

Summary

After making the v1.9.0 release I had to remove the portion of the workflow that publishes the docs to the beta website because it kept making the workflow fail preventing the docs to be published. Here's a reference of the failed workflow.

The error is similar to an error that we have already seen in the past, but that it appears to not be fixed yet.

We should troubleshoot the issue & try to fix it for good.

Why is this needed?

So that we can keep publishing the docs to the new beta destination.

- name: Configure AWS credentials
  uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # v2.0.0
  with:
    aws-region: us-east-1
    role-to-assume: ${{ secrets.AWS_DOCS_ROLE_ARN }}
- name: Copy API Docs
   run: |
     cp -r api site/
- name: Deploy Docs (Version)
   env:
     VERSION: ${{ inputs.version }}
     ALIAS: ${{ inputs.alias }}
   run: |
     aws s3 sync \
     site/ \
     s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-typescript/${{ env.VERSION }}/
- name: Deploy Docs (Alias)
     env:
       VERSION: ${{ inputs.version }}
       ALIAS: ${{ inputs.alias }}
     run: |
       aws s3 sync \
       site/ \
       s3://${{ secrets.AWS_DOCS_BUCKET }}/lambda-typescript/${{ env.ALIAS }}/

Which area does this relate to?

Automation

Solution

No response

Acknowledgment

Future readers

Please react with 👍 and your use case to help us understand customer demand.

@dreamorosi dreamorosi added triage This item has not been triaged by a maintainer, please wait internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) labels Jun 9, 2023
@dreamorosi dreamorosi added automation This item relates to automation confirmed The scope is clear, ready for implementation and removed triage This item has not been triaged by a maintainer, please wait labels Jun 9, 2023
@dreamorosi dreamorosi linked a pull request Jun 13, 2023 that will close this issue
9 tasks
@github-project-automation github-project-automation bot moved this from Backlog to Coming soon in AWS Lambda Powertools for TypeScript Jun 13, 2023
@dreamorosi dreamorosi moved this from Coming soon to Shipped in AWS Lambda Powertools for TypeScript Jun 13, 2023
@github-actions
Copy link
Contributor

⚠️ COMMENT VISIBILITY WARNING ⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@github-actions github-actions bot added pending-release This item has been merged and will be released soon and removed confirmed The scope is clear, ready for implementation labels Jun 13, 2023
@dreamorosi dreamorosi added completed This item is complete and has been merged/shipped and removed pending-release This item has been merged and will be released soon labels Jun 13, 2023
@dreamorosi dreamorosi linked a pull request Jun 16, 2023 that will close this issue
9 tasks
@github-actions github-actions bot added pending-release This item has been merged and will be released soon and removed completed This item is complete and has been merged/shipped labels Jun 16, 2023
@dreamorosi dreamorosi added completed This item is complete and has been merged/shipped and removed pending-release This item has been merged and will be released soon labels Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation This item relates to automation completed This item is complete and has been merged/shipped internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
Projects
None yet
2 participants