Hi, I am trying to import lambda-function but it i...
# getting-started
s
Hi, I am trying to import lambda-function but it is throwing different error’s. also per the error i am doing the changes. but still unable to solve it. and this is the resource file i am using.
Copy code
{
  "resources": [
    {
      "type": "aws:lambda/function:Function",
      "name": "lambda-slack-notifier",
      "id": "lambda-notifier",
      "handler": "index.handler",
      "runtime": "nodejs"
    }
  ]
}