Skip to content

Commit

Permalink
Fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanhaider committed Dec 6, 2024
1 parent 9b28cd9 commit d82fb52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths-ignore:
# - ".github/workflows/**"
- ".github/workflows/**"
- "README.md"
- "Makefile"
- ".gitignore"
Expand Down
2 changes: 1 addition & 1 deletion content/aws/50001040-cdk-fn-lambda-aws-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this post, we'll look at how to create a Lambda function using a AWS provided
## Prerequisites

1. Ensure that you have [AWS CDK and SAM CLI installed]({filename}00000100-cdk-installing-cdk-sam-cli.md).
2. If needed [create a new CDK application]({filename}50000020-cdk-create-new-app.md).
2. If needed [create a new CDK application]({filename}50000020-cdk-new-app.md).


## Create a Lambda function using a ECR Docker image
Expand Down

0 comments on commit d82fb52

Please sign in to comment.