Coder Social home page Coder Social logo

aws-testing-step-functions's Introduction

aws-testing-step-functions

A repository for implementing example AWS Step Functions and their automated tests

Work in Progress

How to build and deploy

You can build the projects lambdas by running npm run build.
For convenience deploy and destroy scripts were created.

  • Make the shell scripts executable: chmod +x deploy.sh and chmod +x destroy.sh.
  • To deploy the stack run ./deploy.sh.
    • Deploys a stack which creates: IAM Role to access all S3 buckets, 2 S3 buckets, 2 lambdas with "Hello World".
    • Uploads apple.png to the input s3 bucket.
    • Builds the code using npm run build for the 2 lambdas.
    • Zips the contents of the build directory into index.zip.
    • Updates the Lambda functions with the newly built code.
  • To destroy the stack run ./destroy.sh.
    • Deletes all files from the input and output s3 buckets.
    • Destroys the stack created by ./deploy.sh.

Lambda Functions

Grayscaler

A lambda function that receives a bucket and a key as an input, then turns the image into grayscale.
After successfully grayscaling the image, it is saved into a second S3 bucket defined in the CF stack.

Nsfwcheck

A lambda function which uses AWS Rekognition to check for NSFW content of the images using DetectModerationLabels.
The input is an event from AWS EventBridge for an object created in an S3 bucket. The output is a JSON containing if the picture is NSFW and the bucket name and key.

To improve

  • Restrict the created IAM role to only the created buckets.

The implemented Step Function looks like the below diagram
A picture of the stepfunction

aws-testing-step-functions's People

Contributors

kornel-filep avatar sorosz89 avatar

Watchers

 avatar  avatar  avatar  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.