File tree Expand file tree Collapse file tree
modules/holy-lambda-template
resources/leiningen/new/holy_lambda Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 hl:version holy-lambda.tasks/hl:version}}
2424 ```
2525
26- 3. Replace the `:sha` in `bb.edn` with the newest tag version: `9e638 fabae3506a3cbecefd375beda4774ae29fe `
26+ 3. Replace the `:sha` in `bb.edn` with the newest tag version: `eb299bf6e380bcc8e484e80f8f16363bc5deb41c `
2727 4. Remove `:mvn/local-repo` property from `deps.edn`
2828 5. Replace `:uberjar` alias in `deps.edn` with the following:
2929 ```clojure
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add to `deps.edn` an additional tuple at `:deps` property
3131## CLI
3232 | Stable release ` :sha ` |
3333 | --------------------------------------------|
34- | ` 9e638fabae3506a3cbecefd375beda4774ae29fe ` |
34+ | ` eb299bf6e380bcc8e484e80f8f16363bc5deb41c ` |
3535
3636 ``` clojure bb.edn
3737 {:deps
Original file line number Diff line number Diff line change 44 <groupId >holy-lambda</groupId >
55 <artifactId >lein-template</artifactId >
66 <packaging >jar</packaging >
7- <version >0.5.3 </version >
7+ <version >0.5.5 </version >
88 <name >lein-template</name >
99 <description >Template for holy lambda micro framework</description >
1010 <url >https://github.com/FieryCod/holy-lambda/tree/master/packages/holy-lambda-template</url >
Original file line number Diff line number Diff line change 1- (defproject holy-lambda /lein-template " 0.5.3 "
1+ (defproject holy-lambda /lein-template " 0.5.5 "
22
33 :description " Template for holy lambda micro framework"
44
Original file line number Diff line number Diff line change 11{:deps {io.github.FieryCod/holy-lambda-babashka-tasks
22 {:git/url " https://github.com/FieryCod/holy-lambda"
33 :deps/root " ./modules/holy-lambda-babashka-tasks"
4- :sha " 9e638fabae3506a3cbecefd375beda4774ae29fe " }}
4+ :sha " eb299bf6e380bcc8e484e80f8f16363bc5deb41c " }}
55
66 ; ; Minimal babashka version which should be used in conjuction with holy-lambda
77 :min-bb-version " 0.3.7"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Resources:
3737 HelloEvent :
3838 Type : HttpApi
3939 Properties :
40- ApiId : !Ref ServerlessHttpApi
40+ ApiId : !Ref ExampleHttpApi
4141 Path : /
4242 Method : GET
4343 # For docker based deployments
@@ -48,9 +48,6 @@ Resources:
4848
4949 ExampleHttpApi :
5050 Type : AWS::Serverless::HttpApi
51- DeletionPolicy : Retain
52- Properties :
53- StageName : Prod
5451
5552Outputs :
5653 ExampleLambdaEndpoint :
Original file line number Diff line number Diff line change 44 <groupId >io.github.FieryCod</groupId >
55 <artifactId >holy-lambda</artifactId >
66 <packaging >jar</packaging >
7- <version >0.5.1-SNAPSHOT </version >
7+ <version >0.6.0 </version >
88 <name >holy-lambda</name >
99 <description >Micro framework which turns your code into AWS Lambda functions</description >
1010 <url >https://github.com/FieryCod/holy-lambda</url >
1818 <url >https://github.com/FieryCod/holy-lambda</url >
1919 <connection >scm:git:git://github.com/FieryCod/holy-lambda.git</connection >
2020 <developerConnection >scm:git:ssh://git@github.com/FieryCod/holy-lambda.git</developerConnection >
21- <tag >61967144defbbc214134bbad9b8e58fd9695ef11 </tag >
21+ <tag >eb299bf6e380bcc8e484e80f8f16363bc5deb41c </tag >
2222 </scm >
2323 <build >
2424 <sourceDirectory >src</sourceDirectory >
Original file line number Diff line number Diff line change 1- (defproject io.github.FieryCod /holy-lambda " 0.5.1-SNAPSHOT "
1+ (defproject io.github.FieryCod /holy-lambda " 0.6.0 "
22 :description " Micro framework which turns your code into AWS Lambda functions"
33
44 :url " https://github.com/FieryCod/holy-lambda"
You can’t perform that action at this time.
0 commit comments