From a606aa0d40250567b473ab5d0088d6885c43897c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 27 Oct 2022 13:43:53 -0300 Subject: [PATCH] Fix more bugs (and update frontend) --- terraform/organization/html/index.html | 193 ++++++++++++++++++++++--- terraform/organization/sqs.tf | 4 + terraform/resources/html/index.html | 58 +++++--- terraform/resources/lambda/lambda.zip | Bin 0 -> 495 bytes 4 files changed, 215 insertions(+), 40 deletions(-) create mode 100644 terraform/resources/lambda/lambda.zip diff --git a/terraform/organization/html/index.html b/terraform/organization/html/index.html index 39a1923..d64fc05 100644 --- a/terraform/organization/html/index.html +++ b/terraform/organization/html/index.html @@ -5,16 +5,28 @@ BSMSapp
+


-

BSMSapp

+
+

BSMSapp

+
-
- -
- -

- + + +
    +
  • + + Enter the product identifier. +
  • +
  • + + Enter the new stock number. +
  • +
  • + +
  • +
@@ -25,26 +37,173 @@ const thisForm = document.getElementById('myForm'); thisForm.addEventListener('submit', async function (e) { e.preventDefault(); - // console.log(thisForm) - // console.log(new FormData(thisForm).entries()) const formData = new FormData(thisForm).entries() const str = JSON.stringify(Object.fromEntries(formData)) console.log(str.replace(/\"/g, '')) - let test = { - id: 212311111, - stock: 131211 - } const response = await fetch("${ENDPOINT}/resource", { method: 'POST', - // mode: 'cors', headers: { 'Content-Type': 'application/json' }, - // body: str.replace(/\"/g, '') - body: JSON.stringify(test) + body: str.replace(/\"/g, '') }); const result = await response.json(); console.log(result) }); - \ No newline at end of file + + function adjust_textarea(h) { + h.style.height = "20px"; + h.style.height = (h.scrollHeight)+"px"; + } + + + \ No newline at end of file diff --git a/terraform/organization/sqs.tf b/terraform/organization/sqs.tf index 7a75b7c..fe7a009 100644 --- a/terraform/organization/sqs.tf +++ b/terraform/organization/sqs.tf @@ -5,6 +5,10 @@ module "sqs" { aws = aws.aws } + depends_on = [ + module.lambda + ] + name = "AWS-SQS-g3" lambda_name = "AWSLambdaHandler-${replace(local.bucket_name, "-", "")}" diff --git a/terraform/resources/html/index.html b/terraform/resources/html/index.html index 272b102..73eec9e 100644 --- a/terraform/resources/html/index.html +++ b/terraform/resources/html/index.html @@ -2,34 +2,46 @@ - ITBA - Cloud + BSMSapp
- - -

-

Bienvenidos, estimados Alumnos.

- - -

- +

BSMSapp

-

Este lab está desarrollado por la cátedra de Cloud Computing

+
+ +
+ +

+ +
- \ No newline at end of file + + + \ No newline at end of file diff --git a/terraform/resources/lambda/lambda.zip b/terraform/resources/lambda/lambda.zip new file mode 100644 index 0000000000000000000000000000000000000000..ed42ff8acfff2661d276a3965f4803d99e041f81 GIT binary patch literal 495 zcmWIWW@Zs#U|`^2IN25zdPP!gt~nzE!%H9*WRPLVNz6@3NsP}(%uC5hEz&Ef3=QFA zV9uNnnGC|E72FJrEH9WD7{G*YfUo}{0|~qJ`xm`TJ-mVSsoNpOgU#x~rXL$xN?xB{ z^YYiZx)n!0+^@BE*tw;4{(8H$@2W}~_g8Q6kw0(BHpl3g$eRlFtxs8Nns}4%E#Uni z>t;OdYf*lHmfdsaa?Uw^*&jK0t)3oDv%R@tjoa4!DVKHrecTetSEVei@hN#4fogei4)5WAn);EgJI`L@oS1E~O-0G