Skip to content

Commit

Permalink
rename example role
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Jun 12, 2023
1 parent bba4c0a commit cbcc5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module "serverless_pypi" {
api_execution_arn = aws_api_gateway_rest_api.pypi.execution_arn
api_root_resource_id = aws_api_gateway_rest_api.pypi.root_resource_id
event_rule_name = "serverless-pypi-reindex"
iam_role_name = "serverless-pypi"
iam_role_name = "us-west-2-serverless-pypi"
lambda_api_fallback_index_url = "https://pypi.org/simple/"
lambda_api_function_name = "serverless-pypi-api"
lambda_reindex_function_name = "serverless-pypi-reindex"
Expand Down

0 comments on commit cbcc5d2

Please sign in to comment.