Skip to content

Commit e00bdab

Browse files
committed
[1.0.0-SNAPSHOT]
Packages renamed
1 parent 1d859db commit e00bdab

File tree

189 files changed

+391
-408
lines changed

Some content is hidden

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

189 files changed

+391
-408
lines changed
File renamed without changes.
File renamed without changes.

spring-gradle-http/sam.yaml renamed to quarkus-dynamodb/sam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Resources:
3131
Description: URL for application
3232
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/'
3333
Export:
34-
Name: spring-gradle-http
34+
Name: quarkus-dynamodb
File renamed without changes.

quarkus-gradle-http/sam.yaml renamed to quarkus-helloworld/sam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Resources:
3131
Description: URL for application
3232
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/'
3333
Export:
34-
Name: quarkus-gradle-http
34+
Name: quarkus-helloworld
File renamed without changes.
File renamed without changes.

spring-gradle-dynamodb/sam.yaml renamed to quarkus-http/sam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Resources:
3131
Description: URL for application
3232
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/'
3333
Export:
34-
Name: spring-gradle-dynamodb
34+
Name: quarkus-http

simplelambda-gradle-http/README.md renamed to simplelambda-auroradb/README.md

Lines changed: 2 additions & 2 deletions

simplelambda-auroradb/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
docker build -t simplelambda-auroradb .
4+
docker run --rm --entrypoint cat simplelambda-auroradb /home/application/function.zip > build/function.zip

quarkus-gradle-dynamodb/sam.yaml renamed to simplelambda-auroradb/sam.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ Resources:
3131
Description: URL for application
3232
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/'
3333
Export:
34-
Name: quarkus-gradle-dynamodb
34+
Name: simplelambda-auroradb

simplelambda-gradle-dynamodb/README.md renamed to simplelambda-dynamodb/README.md

Lines changed: 2 additions & 2 deletions

simplelambda-dynamodb/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
docker build -t simplelambda-dynamodb .
4+
docker run --rm --entrypoint cat simplelambda-dynamodb /home/application/function.zip > build/function.zip

simplelambda-dynamodb/sam.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
AWSTemplateFormatVersion: '2010-09-09'
2+
Transform: AWS::Serverless-2016-10-31
3+
Description: AWS Serverless Template
4+
Globals:
5+
Api:
6+
EndpointConfiguration: REGIONAL
7+
Resources:
8+
AwsLambdaTemplate:
9+
Type: AWS::Serverless::Function
10+
Properties:
11+
Handler: not.used.in.provided.runtime
12+
Runtime: provided
13+
CodeUri: build/function.zip
14+
MemorySize: 128
15+
# Policies: AWSLambdaBasicExecutionRole
16+
Timeout: 15
17+
Events:
18+
RootResource:
19+
Type: Api
20+
Properties:
21+
Path: /
22+
Method: any
23+
ElseResource:
24+
Type: Api
25+
Properties:
26+
Path: /{proxy+}
27+
Method: POST
28+
29+
Outputs:
30+
AwsLambdaTemplate:
31+
Description: URL for application
32+
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/'
33+
Export:
34+
Name: simplelambda-dynamodb

simplelambda-gradle-auroradb/build.sh

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

simplelambda-gradle-dynamodb/build.sh

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

simplelambda-gradle-dynamodb/sam.yaml

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

simplelambda-gradle-helloworld/build.sh

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

simplelambda-gradle-helloworld/sam.yaml

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

simplelambda-gradle-http/build.sh

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

simplelambda-gradle-http/sam.yaml

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

simplelambda-gradle-micronaut-dynamodb/README.md

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

simplelambda-gradle-micronaut-dynamodb/build.sh

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

simplelambda-gradle-micronaut-dynamodb/sam.yaml

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

simplelambda-gradle-micronaut-helloworld/build.sh

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

simplelambda-gradle-micronaut-helloworld/sam.yaml

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

simplelambda-gradle-micronaut-http/README.md

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

simplelambda-gradle-micronaut-http/build.sh

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

0 commit comments

Comments
 (0)