aws-toolkit-vscode
aws-toolkit-vscode copied to clipboard
custom endpoints / Localstack
Desktop (please complete the following information):
- OS: macos
- VS Code version: 1.59.0 (Universal)
- AWS Toolkit extension version: v1.29.0
Question
Hi! I've been trying to use the AWS Toolkit with Localstack running on my machine. My localstack setup is running fine, I can access it with the awslocal
wrapper of the awscli
. I created a new aws profile for Localstack, but I can't find a way to link this profile to the localhost:4655
endpoint used by localstack. To my understanding, this seems to be the missing bit.
Is it possible to link the AWS Toolkit to Localstack?
It's not supported yet, but "custom endpoints" is something we are considering.
Related:
- https://github.com/aws/aws-toolkit-jetbrains/issues/1883
- https://github.com/aws/aws-sdk/pull/230
Is there any update for this? @justinmk3
This would be an awesome feature!
As already registered here:
Problem
If you have a local profile for local development using something like localstack, from the command line you can use the ASW CLI like this, to access the localstack S3 service:
aws --endpoint-url http://localhost:4566 s3api head-object --bucket "local-bucket" --key "local-object.txt"
As far as I know there is no support for setting the endpoint-url parameter in aws-toolkit-vscode.
Expected behavior
A way to set the endpoint-url parameter in aws-toolkit-vscode.
Note
There is a proposal to allow setting the endpoint url for different services using the AWS config files or environment variables but it is not implemented yet so, for now, there is no way to do this on aws-toolkig-vscode.
Would need this as well.
This would be a worthwhile feature to add.
+1 to this. I use vscode with docker version of S3 (cloudserver) and would love to be able to change the endpoint URL to a localhost endpoint.
+1 for endpoint url support for Localstack
+1 really needed feature
+1 for this feature please
+1 this would be really nice
Status is still the same: https://github.com/aws/aws-toolkit-vscode/issues/2007#issuecomment-913909860
Any update?
Status is still the same: https://github.com/aws/aws-toolkit-vscode/issues/2007#issuecomment-913909860