Patrick Wickham
Patrick Wickham
So is there no other fix for this aside from manually specifying the role ARN? Also, which role ARN should be specified? I'm going through the json files in .serverless/...
Also, if we have multiple environments, do we use the same role for each one? Or do I need to make the role arn an env var? Ugh..
Also - I noticed I'm only having this on deploys from CI. If I deploy from my computer, I do not have this issue (in both cases I am not...
Thanks @tornvallalexander I have already been committing the .serverless files to source control, and doing multi-env deploys without issues* across multiple "machines" (*except for the present issue of roles being...
@HartHerbert @EddyVerbruggen when switching to emoji keyboard, does the position of the input field adjust to the new height, or does the keyboard now cover up part of the input?
Update - I tried to get this working using the `validateSecurity` handlers since they support async, but I can't even get them to run (#539)..
I am no longer having this issue on `@sls-next/[email protected]`. The fix was either the version bump, or committing of build artifacts (apologies, it's been a while). However I AM still...
Anybody have a solution for this? My project currently uses custom getters for: - coercing `numeric` cols to JS numbers - coercing `timestamptz` cols to unix seconds (JS number, instead...
Hi all -- wrote down some thoughts on a different approach [here](https://github.com/sequelize/sequelize-auto/issues/654). would appreciate any insight!