- name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: aws-region: eu-west-1 role-to-assume: ${{ env.DEV_AWS_ROLE_ARN }} role-duration ...
This repositry contains the integrations with .NET Aspire for AWS. The AWS integrations focus on provisioning and working with AWS application resources in development environment. Making the dev ...