jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

Can't integrate my kinesis Stream #159

Open ra9-dev opened 6 years ago

ra9-dev commented 6 years ago

I have given kinesis configuration in my settings.yml. Build is successful and so is the gordon apply. But I am not able to see my integration in my AWS Lambda Dashboard. Please help

`--- project: lambda-kinesis default-region: us-west-2 code-bucket: lambda-code-live pip-path: /usr/local/bin/pip apps:

Above is my settings.yml of my project

`lambdas: conversion: code: code handler: conversion.handler runtime: python role: arn:aws:iam::460110829934:role/lambda-kinesis-role vpc: Tyroo

description: Simple functions in python which says hello

#memory:

click: code: code handler: click.handler runtime: python role: arn:aws:iam::460110829934:role/lambda-kinesis-role vpc: Tyroo

description: Simple functions in python which says hello

#memory:

` And this is the settings.yml for my app.

P.S : My role have all permission for kinesis Streams