-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
awslocal vs aws #60
Comments
Hi @mmg10.
In your case, I guess you are not defining the region as an env var, but as a config in Just if you're interested, this happens here: Lines 98 to 123 in cca765a
|
Hi @alexrashed Thanks, your tip helped me. Both of the following two methods work
OR
So is there any advantage of using |
As mentioned in the README, it is a viable alternative to just use an alias instead of using |
The awscli-local is not compatible with the aws cli from AWS.
If I create a kinesis stream with
I can't view the streams using
I can only view the streams using
And vice-versa.
Since in both cases it is using localstack, they should give the same result (which is not the case!)
The text was updated successfully, but these errors were encountered: