Skip to content

Commit

Permalink
101 bugfix (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-thomas committed Sep 10, 2020
1 parent 4077e4c commit bba869a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

# <<<----- ADD NEW VERSIONS HERE

## 🚀 1.0.1 - (September 10, 2020)
### Changed
- Bug Fixes

## 🚀 1.0.0 - (September 09, 2020)
### Initial
- Initial version with S3 Bucket Cleanup functionality
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:673103718481:applications/Cfn-Stack-Cleanup
SemanticVersion: 1.0.0
SemanticVersion: 1.0.1
# Optional Parameter to control the export name of the nested stack
Parameters:
ExportPrefix: !Ref AWS::StackName
Expand Down
4 changes: 2 additions & 2 deletions cfn-stack-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Metadata:
LicenseUrl: LICENSE
Name: Cfn-Stack-Cleanup
ReadmeUrl: README.md
SemanticVersion: 1.0.0
SemanticVersion: 1.0.1
SourceCodeUrl: https://github.com/xavier-thomas/aws-cfn-stack-cleanup
SpdxLicenseId: BSD-3-Clause

Expand All @@ -36,7 +36,7 @@ Resources:
Type: AWS::Serverless::Function
Properties:
FunctionName: !Sub ${ExportPrefix}StackCleanupLambda
Handler: src/index.handler
Handler: index.handler
Runtime: nodejs12.x
CodeUri: ./dist
MemorySize: 128
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-cfn-stack-cleanup",
"version": "1.0.0",
"version": "1.0.1",
"description": "An AWS Lambda that can be invoked as a custom resource from an AWS CloudFormation stack to clean up any left over stack resources such as S3 buckets, Log Groups, Sub-Stacks, etc...",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit bba869a

Please sign in to comment.