Skip to content
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

[Amazon AWS] Add SQS Purge Action #3299

Merged
merged 5 commits into from Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions extensions/amazon-aws/CHANGELOG.md
@@ -1,8 +1,12 @@
# Amazon AWS Changelog

## [Add SQS Queue Purge Action] - 2022-10-26

Add purge action to queue list item ([#3299](https://github.com/raycast/extensions/pull/3299))

## [Improve icon usage] - 2022-08-01

- Use built-in icons & tweak Cloudformation list item UI ([#2431](https://github.com/raycast/extensions/pull/2431))
Use built-in icons & tweak Cloudformation list item UI ([#2431](https://github.com/raycast/extensions/pull/2431))

## [Migrate to Raycast API 1.36.0 + ECS Clusters command] - 2022-07-15

Expand All @@ -17,11 +21,11 @@

## [DynamoDB tables command] - 2022-05-10

- Added DynamoDB tables ([#1606](https://github.com/raycast/extensions/pull/1606))
Added DynamoDB tables ([#1606](https://github.com/raycast/extensions/pull/1606))

## [Improvement] - 2022-04-07

- Added AWS Profile preferences ([#1410](https://github.com/raycast/extensions/pull/1410))
Added AWS Profile preferences ([#1410](https://github.com/raycast/extensions/pull/1410))

## [Full list of resources] - 2022-04-06

Expand Down
204 changes: 190 additions & 14 deletions extensions/amazon-aws/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions extensions/amazon-aws/package.json
Expand Up @@ -89,6 +89,7 @@
],
"dependencies": {
"@raycast/api": "^1.38.2",
"@raycast/utils": "^1.4.9",
"aws-sdk": "^2.1023.0",
"node-fetch": "^3.0.0"
},
Expand Down