piolet
piolet
> You're talking about S3 and DynamoDB gateway endpoints ? yes, i talk about S3 (for the moment) i can access to my RDS (same VPC). Maybe, in future, i'll...
Thanx. Just internet gateway or NAT gateway ?
it could be interesting to have also the possibility to set parameters in the constructor, to create an `AWS::RDS::DBParameterGroup`. Something like : ``` constructs: database: type: database/mysql/dev password: qwertyqwerty parameters:...
and I'm waiting for it ;)
In my case, some page are static (full html) and some other are dynamic (php rendering). All is ok, except for home page, my index.html. It's not a SPA.
with the first, I arrive on the list of the bucket : ``` websiteassets2a73bb69-mhl8dw28rjm3 1000 false assets/css/styles.css ... ``` for the second, it's an error : `An error occurred: websiteCDN060D946D...
@mnapoli for me, maybe I'm wrong, but Lambda = Dynamic (need to compute things, to retrieve information from database, etc.). And anything static goes into an S3 Bucket. But in...
okay, i hope ;) I hope I won't have to create a dynamic index.html just to "hack" this. Because then, it's just in the CDN configuration that it happens. If...
no worries I fully understand that you can accede to all requests and treat all particular cases. You are already doing a monstrous job to simplify our task. I just...
it works for everything