Skip to content

Commit

Permalink
Setup generation of AWS Lambda API.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Apr 9, 2022
1 parent 40ebf8d commit fcf17c7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ LIBRARIES := \
aws-sts \
aws-route53 \
aws-sqs \
aws-lambda \

.PHONY: $(LIBRARIES)
$(LIBRARIES): aws-%:
Expand Down
22 changes: 22 additions & 0 deletions aws-lambda.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "2.0"
maintainer: "Tim McGilchrist <[email protected]>"
authors: [ "Spiros Eliopoulos <[email protected]>"
"Daniel Patterson <[email protected]>"
"Tim McGilchrist <[email protected]>"
]
synopsis: "Amazon Web Services SDK bindings to AWS Lambda"
description: "Amazon Web Services SDK bindings to AWS Lambda"
version: "1.1"
license: "BSD-3-clause"
homepage: "https://github.com/inhabitedtype/ocaml-aws"
dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
bug-reports: "https://github.com/inhabitedtype/ocaml-aws/issues"
doc: "https://github.com/inhabitedtype/ocaml-aws"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"aws" {>= version}
"dune" {>= "2.7"}
]
1 change: 1 addition & 0 deletions input/lambda/latest

0 comments on commit fcf17c7

Please sign in to comment.