forked from grzm/awyeah-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbb.edn
More file actions
14 lines (14 loc) · 815 Bytes
/
Copy pathbb.edn
File metadata and controls
14 lines (14 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:paths ["resources" "src" "test/resources" "test/src"]
:deps
{org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
:git/sha "8df0712896f596680da7a32ae44bb000b7e45e68"}
com.cognitect.aws/ec2
{:mvn/version "822.2.1122.0", :aws/serviceFullName "Amazon Elastic Compute Cloud"},
com.cognitect.aws/endpoints {:mvn/version "1.1.12.192"}
com.cognitect.aws/lambda {:mvn/version "822.2.1122.0", :aws/serviceFullName "AWS Lambda"},
com.cognitect.aws/s3
{:mvn/version "822.2.1109.0", :aws/serviceFullName "Amazon Simple Storage Service"}
com.cognitect.aws/ssm
{:mvn/version "822.2.1122.0", :aws/serviceFullName "Amazon Simple Systems Manager (SSM)"}
com.cognitect.aws/sts
{:mvn/version "822.2.1109.0", :aws/serviceFullName "AWS Security Token Service"}}}