Nick Boucart

Results 7 comments of Nick Boucart

Scrolling through the logs, I see ```2020-02-11T13:05:07.800Z 2f91031d-3ac1-4833-b554-fa03c59437cd INFO Failed to copy data lake website assets.: error copying solutions-eu-central-1/data-lake-solution/v2.2/site/lib/bower_components/moment/min/moment.min.js NoSuchBucket: The specified bucket does not exist ``` and the next...

I did manage to deploy in the Ohio region... Not sure what happened here.

Hi Lars, Thanks for reaching out. I’m happy you did, because I’m not using nor maintaining this project anymore. I once needed to do some performance testing of a webapp...

Hi Lars, Sounds good to me. I'll try to find some time on an evening during this week. I really like this solution and would feel happy with this outcome....

Nick here, original author of realbrowserlocusts. I'm really sorry to hear there's problems with the library. Unfortunately, I'm unable to work on it, in fact, I would welcome anybody wanting...

Hi Ryan, Thanks for your reply. I added a line after https://github.com/aws-samples/startup-kit-templates/blob/f7fd8a25c35c028ae082cfa740ea5266d53e7446/templates/fargate.cfn.yml#L556 ` - Fn::ImportValue: !Sub ${NetworkStackName}-AppSecurityGroupID ` and that made it work. I used the vpc+bastion stack, launched the...

I have a serverless (sst) project, using svelte for the frontend. It uses vite to deal with the frontend stuff. (see https://sst.dev/examples/how-to-create-a-svelte-app-with-serverless.html for the general setup, as a side note...