Skip to content

Commit

Permalink
docs/guides/custom-service-endpoints: Add secretsmanager and stepfunc…
Browse files Browse the repository at this point in the history
…tions to LocalStack configuration
  • Loading branch information
bflad committed Apr 1, 2019
1 parent a67f63d commit e9e573a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/guides/custom-service-endpoints.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,13 @@ provider "aws" {
r53 = "http://localhost:4580"
redshift = "http://localhost:4577"
s3 = "http://localhost:4572"
secretsmanager = "http://localhost:4584"
ses = "http://localhost:4579"
sns = "http://localhost:4575"
sqs = "http://localhost:4576"
ssm = "http://localhost:4583"
stepfunctions = "http://localhost:4585"
sts = "http://localhost:4592"
# Currently unsupported
# secretsmanager = "http://localhost:4584"
# sfn = "http://localhost:4585"
}
}
```

0 comments on commit e9e573a

Please sign in to comment.