Git Product home page Git Product logo

terraform-aws-api-gateway-lambda-dynamodb's Introduction

Cristian Boarna

Fullstack Developer

banner

About me

I am a seasoned technology professional with a rich background in software development, cloud computing, and data engineering in the "fintech", "medtech", "traveltech" and "energytech" domains. My expertise spans across various domains including TypeScript, Golang, AWS, Docker, and Kubernetes, among others. My experience in leading teams and managing complex projects, combined with my deep technical knowledge, positions me as a valuable asset in any technology-driven organization.

In addition to my technical skills, I am also a proactive problem-solver who thrives in challenging environments. I am a self-starter that has brought to resolution complex problems with only a high level steer needed. I have quickly adapted to new technologies and frameworks, and am committed to continuous learning and improvement. I possess strong communication skills and a collaborative approach that make me an effective team player and leader.

You can find my CV here.

A blog post on how I built my CV can be found here.

Some of my work

Browser Extensions

Focusly

Packages

npm NPM

Plugins

fastlane Fastlane

github Github Action

terraform Terraform

raycast Raycast

raycast Open Source Projects Contributions

Blog Posts

Certifications

Skills

๐Ÿ’…๐Ÿป Languages

typescript javascript nodejs python golang dart java kotlin kotlin ruby c++

Platforms

aws azure firebase google cloud google cloud

๐Ÿ“š Frameworks

react flutter expressjs flask kafka gatsbyjs spring tailwind

๐Ÿ”จ Tools

docker kubernetes terraform podman tomcat grafana prometheus fastlane npm intellij vscode github gitlab git jira figma

๐Ÿ“ซ Social

me in linkedin Blog

me in linkedin Website

me in linkedin LinkedIn

GitHub Streak

terraform-aws-api-gateway-lambda-dynamodb's People

Contributors

crisboarna avatar skalt avatar wguynes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

terraform-aws-api-gateway-lambda-dynamodb's Issues

IAM module uses wrong naming conventions.

Error: "name" must match [\w+=,.@-]

  on ..\..\modules\global\iam\main.tf line 21, in resource "aws_iam_role" "lambda-role":
  21: resource "aws_iam_role" "lambda-role" {

Seems like general reference complex variable doesn't work

I go to dynamodb module only to validate (as I had lots of issues finally :-)), there is definitely one AWS related bug in terraform at moment:
hashicorp/terraform#21330

It requires to define in main.tf to have:

provider "aws" {
  region = "${var.region}"
}

and define default via variables.tf

The real issue here is the reference to complex types:

local_secondary_index       = "${var.dynamodb_table_local_secondary_index[count.index]}"
global_secondary_index      = "${var.dynamodb_table_secondary_index[count.index]}"
ttl                         = "${var.dynamodb_table_ttl[count.index]}"

I get:

rror: Unsupported argument

  on main.tf line 19, in resource "aws_dynamodb_table" "table":
  19:   local_secondary_index  = "${var.dynamodb_table_local_secondary_index[count.index]}"

An argument named "local_secondary_index" is not expected here. Did you mean
to define a block of type "local_secondary_index"?


Error: Unsupported argument

  on main.tf line 20, in resource "aws_dynamodb_table" "table":
  20:   global_secondary_index = "${var.dynamodb_table_secondary_index[count.index]}"

An argument named "global_secondary_index" is not expected here. Did you mean
to define a block of type "global_secondary_index"?


Error: Unsupported argument

  on main.tf line 21, in resource "aws_dynamodb_table" "table":
  21:   ttl                    = "${var.dynamodb_table_ttl[count.index]}"

Seems like there is a bug

Hi,

I'm not an expert in TF so it could be user error, but I get the below errors.

โžœ  **:(master) โœ— terraform plan

Error: Missing required argument

The argument "region" is required, but was not set.


Error: Unsupported block type

  on .terraform/modules/api-gateway-lambda-dynamodb/crisboarna-terraform-aws-api-gateway-lambda-dynamodb-799f299/modules/global/iam/main.tf line 4, in data "template_file" "lambda_dynamodb_policy":
   4:   vars {

Blocks of type "vars" are not expected here. Did you mean to define argument
"vars"? If so, use the equals sign to assign it a value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.