From fcf17c7f10248f261ebc6e7cd9cee10f03437131 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Sat, 27 Mar 2021 11:40:49 +1100 Subject: [PATCH] Setup generation of AWS Lambda API. --- Makefile | 1 + aws-lambda.opam | 22 ++++++++++++++++++++++ input/lambda/latest | 1 + 3 files changed, 24 insertions(+) create mode 100644 aws-lambda.opam create mode 120000 input/lambda/latest diff --git a/Makefile b/Makefile index 8273992c1..9e3d25c18 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ LIBRARIES := \ aws-sts \ aws-route53 \ aws-sqs \ + aws-lambda \ .PHONY: $(LIBRARIES) $(LIBRARIES): aws-%: diff --git a/aws-lambda.opam b/aws-lambda.opam new file mode 100644 index 000000000..975bf4d38 --- /dev/null +++ b/aws-lambda.opam @@ -0,0 +1,22 @@ +opam-version: "2.0" +maintainer: "Tim McGilchrist " +authors: [ "Spiros Eliopoulos " + "Daniel Patterson " + "Tim McGilchrist " + ] +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"} +] diff --git a/input/lambda/latest b/input/lambda/latest new file mode 120000 index 000000000..29e703de7 --- /dev/null +++ b/input/lambda/latest @@ -0,0 +1 @@ +2015-03-31 \ No newline at end of file