~/terraform init
~/terraform plan --var-file=poc.tfvars
~/terraform apply --var-file=poc.tfvars
Terraform considers file extensions (.tf), not file names when running its "apply" and "plan" commands so, the extension of the variable file of the stage is different (.tfvar)
Terraform executes contents of .tf files without any hierarchy. so The commands (resource, module, data, provider, variable, output, etc.) in the .tf files in the same folder determine the execution hierarchy
aws/serverless-application-model#59
!worked Authentication function when test on SampleApi at another region
https://forums.aws.amazon.com/thread.jspa?threadID=289351
should be ttl = 0
CloudWatch log == The client is not authorized to perform this operation.
that is big problem!! (I've fixed with timer delay)