Skip to content

Commit

Permalink
update badge with token
Browse files Browse the repository at this point in the history
  • Loading branch information
coreylight committed Jun 29, 2017
1 parent 9767b1c commit 9744556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SQS to Lambda (Async)

[![CircleCI](https://circleci.com/gh/iopipe/sqs-to-lambda-async.svg?style=svg)](https://circleci.com/gh/iopipe/sqs-to-lambda-async)
[![CircleCI](https://circleci.com/gh/iopipe/sqs-to-lambda-async.svg?style=svg&circle-token=54579c6f78d8dd9bcc6f96696a8481e7bc007596)](https://circleci.com/gh/iopipe/sqs-to-lambda-async)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

So you want to trigger a Lambda function via SQS? Great! You might be able to use [sqs-to-lambda](https://github.com/robinjmurphy/sqs-to-lambda). But what if you want your Lambda function to delete the SQS message, instead of the sqs-to-lambda implementation? Or, what if you want to setup multiple SQS => Lambda configurations? That's where this package comes in.
Expand Down

0 comments on commit 9744556

Please sign in to comment.