Skip to content

Commit 0a74c52

Browse files
committed
Merge branch 'main' into elastic-ip-lambda
2 parents 1c9377d + 40009ee commit 0a74c52

928 files changed

Lines changed: 22479 additions & 22657 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PUBLISHING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Push your code to the remote repos and [create a pull request](https://docs.gith
6565
6666
If this is the first push to the remote origin repo, you will be asked to Connect to GitHub to authorize the connection. Sometimes the pop-up window appears behind other windows.
6767
68-
1. Go to the [upstream repo](https://github.com/aws-samples/serverless-patterns) in Github and click "Compare & pull request".
68+
1. Go to the [upstream repo](https://github.com/aws-samples/serverless-patterns) in GitHub and click "Compare & pull request".
6969
1. Enter an appropriate title:
7070
7171
Example title: `New serverless pattern - lambda-aurora-serverless`
@@ -126,4 +126,4 @@ Delete any unnecessary local and origin branches.
126126
1. API Gateway HTTP API to Lambda: [Website](https://serverlessland.com/patterns/apigw-lambda) | [GitHub](https://github.com/aws-samples/serverless-patterns/tree/main/apigw-http-api-lambda)
127127
2. API Gateway REST API to DynamoDB: [Website](https://serverlessland.com/patterns/apigw-dynamodb) | [GitHub](https://github.com/aws-samples/serverless-patterns/tree/main/apigw-rest-api-dynamodb)
128128
3. Lambda to SSM Parameter Store: [Website](https://serverlessland.com/patterns/lambda-ssm) | [GitHub](https://github.com/aws-samples/serverless-patterns/tree/main/lambda-ssm-parameter)
129-
4. Lambda to S3 via a Custom Resource: [Website](https://serverlessland.com/patterns/lambda-s3-cfn) | [Github](https://github.com/aws-samples/serverless-patterns/tree/main/cfn-custom-resource-s3-create)
129+
4. Lambda to S3 via a Custom Resource: [Website](https://serverlessland.com/patterns/lambda-s3-cfn) | [GitHub](https://github.com/aws-samples/serverless-patterns/tree/main/cfn-custom-resource-s3-create)

_pattern-model/example-pattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"testing": {
4141
"text": [
42-
"See the Github repo for detailed testing instructions."
42+
"See the GitHub repo for detailed testing instructions."
4343
]
4444
},
4545
"cleanup": {

alb-cognito-lambda/example-pattern.json

Lines changed: 0 additions & 59 deletions
This file was deleted.

alb-lambda-cdk/example-pattern.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

alb-lambda-pulumi-cs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Important: this application uses various AWS services and there are costs associ
1212
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) installed and configured
1313
* [Git Installed](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
1414
* [Pulumi](https://www.pulumi.com/docs/get-started/install/) installed
15-
* [.NET Core](https://dotnet.microsoft.com/en-us/download) installed and configured
15+
* [.NET 6](https://dotnet.microsoft.com/en-us/download) installed and configured
1616

1717
## Deployment Instructions
1818

alb-lambda-pulumi-cs/example-pattern.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

alb-lambda-pulumi-go/example-pattern.json

Lines changed: 0 additions & 58 deletions
This file was deleted.

alb-lambda-pulumi-go/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ require (
6060
golang.org/x/sys v0.5.0 // indirect
6161
golang.org/x/term v0.5.0 // indirect
6262
golang.org/x/text v0.7.0 // indirect
63-
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect
64-
google.golang.org/grpc v1.51.0 // indirect
63+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
64+
google.golang.org/grpc v1.53.0 // indirect
6565
google.golang.org/protobuf v1.28.1 // indirect
6666
gopkg.in/warnings.v0 v0.1.2 // indirect
6767
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)