Skip to content

Conversation

@cabeaulac
Copy link
Contributor

Works with LocalStack in my working branch for EMR updates now.

@cabeaulac cabeaulac self-assigned this Dec 8, 2023
@cabeaulac cabeaulac merged commit 524c1a3 into master Dec 9, 2023
Comment on lines +15 to +29
Configure a custom profile to use with LocalStack. Add the following profile to your AWS configuration file (by default, this file is at ~/.aws/config):
```shell
[profile localstack]
region=us-east-1
output=json
endpoint_url = http://localhost:4566
```

Add the following profile to your AWS credentials file (by default, this file is at ~/.aws/credentials):
```shell
[localstack]
aws_access_key_id=test
aws_secret_access_key=test
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@alexrashed alexrashed deleted the emr-serverless-update branch December 11, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants