Skip to content

Commit 8d4854b

Browse files
authored
Update build badge in README
1 parent 448f628 commit 8d4854b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# S3 Upload Custom Resource Lambda Layer [![Build Status](https://travis-ci.com/quittle/s3-upload-custom-resource-lambda-layer.svg?branch=master)](https://travis-ci.com/quittle/s3-upload-custom-resource-lambda-layer)
1+
# S3 Upload Custom Resource Lambda Layer [![Build Status](https://github.com/quittle/s3-upload-custom-resource-lambda-layer/actions/workflows/npm.yml/badge.svg)](https://github.com/quittle/s3-upload-custom-resource-lambda-layer/actions/workflows/npm.yml)
22

33
This project builds an [AWS Lambda Layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) to deploy files to S3 buckets as part of a CloudFormation deployment. Using [AWS SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html), you can use a Lambda function and a [CloudFormation Custom Resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-custom-resources.html) to upload files to your S3 bucket. All the deployment logic is baked into the layer provided by this project so the only things needed from the consumer is the files, the generated Lambda function, and the permissions to deploy to the bucket. Here is a minimal example of how to use it.
44

0 commit comments

Comments
 (0)