coding-after-hours / SDSGAS

Simple Discord Study Group Alerting Service
0 stars 0 forks source link

Give lambda appropriate permissions #8

Open Brandon-Schefstad opened 1 year ago

Brandon-Schefstad commented 1 year ago

AWS Lambda permissions

You can grant permissions with CDK like this

bucket.grantRead(function);