Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

164
Views
Cómo crear una función AWS Lambda usando terraform que se activará cada 24 horas para verificar los archivos que tienen nombres como JWA

Aquí está mi código, pero no puedo averiguar cómo codifico mi parámetro "JWA"

 resource "aws_cloudwatch_event_rule" "every_one_minute" { name = "every-one-minute" description = "Fires every one minutes" schedule_expression = "rate(1 minute)" } resource "aws_cloudwatch_event_target" "check_foo_every_one_minute" { rule = "${aws_cloudwatch_event_rule.every_one_minute.name}" target_id = "lambda" arn = "${aws_lambda_function.lambda.arn}" } resource "aws_lambda_permission" "allow_cloudwatch_to_call_check_foo" { statement_id = "AllowExecutionFromCloudWatch" action = "lambda:InvokeFunction" function_name = "${aws_lambda_function.lambda.function_name}" principal = "events.amazonaws.com" source_arn = "${aws_cloudwatch_event_rule.every_one_minute.arn}" }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!