Mercurial > public > tweet-analysis
diff .aws-sam/build.toml @ 1:0277e7fc0f0a
first successful sam deploy
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Thu, 16 Sep 2021 09:38:07 +0200 |
parents | |
children | db2ce7097ff3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.aws-sam/build.toml Thu Sep 16 09:38:07 2021 +0200 @@ -0,0 +1,11 @@ +# This file is auto generated by SAM CLI build command + +[function_build_definitions] +[function_build_definitions.d30384fa-aa96-4ffd-9beb-35e450903b28] +codeuri = "/Users/dennis/Developer/tweet-analysis/src" +runtime = "python3.9" +source_md5 = "" +packagetype = "Zip" +functions = ["GetTweetSentimentFunction"] + +[layer_build_definitions]