Some services workflows may require
aws to create some cloud resources.
Details
Details
- Reviewers
• max bartek varun - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) - Commits
- rCOMMfab8b86c0363: [Nix] Add awscli2 to dev shell
nix develop which aws # should come to Nix store
Testing this thoroughly would include a workflow
which involves being setup with aws.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- jonringer/add-awscli
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Patched this and can confirm it works for me, thanks!
As I mentioned in ENG-2649, I'm using the Nix version of awscli2 already (nix shell nixpkgs#awscli2) and had no issues so far.
# how I tested nix develop && cd services yarn init-local-cloud aws --endpoint-url=http://localhost:4566 dynamodb list-tables # should display list of our tables