Skip to content

icyak/aws-lambda-stocks-deployed-with-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-stocks

Requirements

Name Version
terraform ~> 1.1
archive ~> 2.2.0
aws ~> 4.0.0
random ~> 3.1.0

Providers

Name Version
archive ~> 2.2.0
aws ~> 4.0.0
random ~> 3.1.0

Modules

No modules.

Resources

Name Type
aws_cloudwatch_event_rule.lambda_event_rule resource
aws_cloudwatch_event_target.lambda_event_rule_target resource
aws_iam_role.lambda_exec resource
aws_iam_role_policy_attachment.lambda_policy resource
aws_lambda_function.lambda_stocks resource
aws_lambda_permission.allow_cloudwatch_to_call_rw_fallout_retry_step_deletion_lambda resource
aws_s3_bucket.lambda_bucket resource
aws_s3_bucket.lambda_bucket_output resource
aws_s3_bucket_acl.bucket_acl resource
aws_s3_bucket_acl.example resource
aws_s3_object.lambda_stocks resource
aws_ssm_parameter.output_bucket resource
random_pet.lambda_bucket_name resource
archive_file.lambda_stocks data source

Inputs

Name Description Type Default Required
aws_region AWS region for all resources. string "eu-west-1" no
lambda_function_handler Name of Lambda function handler string "lambda_function.lambda_handler" no
lambda_function_name Name of Lambda itself string "Get-stock-prices-tf" no
lambda_function_variable_stock_cad List of Canadian stocks string "OCO.V" no
lambda_function_variable_stock_chf List of Swiss stocks string "SREN.SW" no
lambda_function_variable_stock_eng List of English stocks string "BP.L" no
lambda_function_variable_stock_eu List of EU stocks string "SXR8.DE" no
lambda_function_variable_stock_usa List of USA stocks string "MSFT" no
lambda_name Name of Lambda itself string "lambda-stocks" no
output_bucket Default bucket for output files string "uniq-s3bucket-name-stocks-change-as-you-want" no

Outputs

Name Description
function_name Name of the Lambda function.
lambda_bucket_name Name of the S3 bucket used to store function code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published