aws / aws/chalice

Add support for event sources configured in the same project

Open
#1,882 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11.1k
Forks
1k
Avg merge
1d 22h
Merged PRs (30d)
2

Description

I have a dynamodb created in a CF template that I have chalice merge with it's generated stuff, but I can't reference that in the chalice `@app.on_dynamo_record` because it requires an already created stream arn. it would be nice to be able to reference something in a merged CF template.

Contributor guide

Open the contributing guide

Research direction

Start with the @app.on_dynamo_record entry point and the chalice merge behavior described in the issue, then trace how the generated CloudFormation template handles DynamoDB stream ARNs. Done means an event source can reference a DynamoDB resource defined in the merged template without requiring a pre-existing stream ARN.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.