File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# enabling GitHub Actions to run the integration tests against the AWS account where this
3
3
# template is deployed.
4
4
# aws cloudformation deploy \
5
- # --template-file .github/cloudformation/ integ-test-authentication.yaml \
5
+ # --template-file integ-test-authentication.yaml \
6
6
# --stack-name github-integ-test-identity-provider \
7
7
# --parameter-overrides GitHubOrg=awslabs RepositoryName=utilities-for-model-context-protocol-with-aws-lambda \
8
- # --capabilities CAPABILITY_IAM \
8
+ # --capabilities CAPABILITY_NAMED_IAM \
9
9
# --region us-east-2 \
10
10
# --profile mcp-lambda-cfn-integ-test-account
11
11
@@ -156,4 +156,4 @@ Resources:
156
156
157
157
Outputs :
158
158
Role :
159
- Value : !GetAtt Role .Arn
159
+ Value : !GetAtt IntegrationTestRole .Arn
You can’t perform that action at this time.
0 commit comments