Code Monkey home page Code Monkey logo

aws-console-autofill-delete's Introduction

logo

AWS Console autofill delete

Chrome Extension Mozilla Add-on

Tired of filling the deletion confirmation modal to delete a resource on AWS console ? This extension automatically fills the input for you. And it works in any language.

Demo

The automatic filling is implemented for more than 25 services, including:

  • Access Analyzer
  • ACM
  • Api Gateway
  • AppFlow
  • Athena
  • CloudWatch
  • Cognito
  • Config
  • DocumentDB
  • DynamoDB
  • EC2
  • EFS
  • Elastic Beanstalk
  • EventBridge
  • IAM
  • Kinesis (Firehose & Analytics)
  • KMS
  • Lambda
  • Route53
  • S3
  • Service Catalog
  • Single Sign-On
  • SNS
  • SQS
  • VPC
  • QLDB
  • WAF

More services are to come. You can open an issue or contribute if you'd like a service to be implemented.

Sometimes AWS updates their interfaces and the extension might stop working for some services. If this is the case, let me know so I can update the extension.


Description

The extension use MutationObserver to listen for mutation in the page. Whenever the DOM changes, querySelector tries to find the input in a modal and the text to fill in that input.


Building

npm run build

The built extension is located in build/chrome.zip and build/firefox.zip.

Development

Here is how you can test the extension during development

Chrome

Go to chrome://extensions, toggle Developer mode and click on Load unpacked, then select the folder build/chrome/.

Firefox

Go to about:debugging#/runtime/this-firefox, click on Load Temporary Add-on and select either build/firefox.zip or any file in build/firefox/.


Testing

You need an AWS account, then complete the file cypress.env.json like this:

{
  "baseDomain": "YOUR_ACCOUNT_ALIAS",
  "username": "IAM_USERNAME",
  "password": "IAM_PASSWORD",
  "region": "eu-west-3"
}

To deploy required resources and run tests:

$ ./deploy.sh
$ npm i
$ npm run test:chrome
$ npm run test:firefox

aws-console-autofill-delete's People

Contributors

bourgoismickael avatar kennu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.