Sebastian Müller
Sebastian Müller
Added link to [cra-serverless](https://github.com/sbstjn/cra-serverless) example architecture for serverless pre-rendering with AWS Lambda. Added link to guide for using AWS CodePipeline and AWS CodeBuild for CI/CD.
Highlighting of closing brackets must ignore brackets included in comments  ``` js client.on('inStanza', function(stz) { var stanza = ltx.parse(stz.toString()); if (stanza.is('presence')) { // Ok, now we must do things...
Hi, Thanks for the great `react-rte`! We noticed a few performance issues with the underlying `draft-js-import-html` and `draft-js-import-element` libraries. I tried to fix it for "our use case" and added...
A complete rewrite of Timesheet.js with a more useful tooling and everything. Hopefully …
Currently all events are stored using the same hardcoded partition key: https://github.com/sbstjn/serverless-analytics/blob/1e8f9f448ce36a0a1cdf769f551c9359daa5b7fc/serverless.yml#L194-L195
I was initially looking for a framework/tooling section, but I think the package matches with the `Servers` section description as well. - [x] Remove `StaticSection` for `Servers` section - [x]...
refs #314 ## Tasks - [x] Create a new nested stack for related resources (tooling.yml ?) - [x] Create a SSM Automation to create new AWS accounts - [x] Use...
refs #316 ## Definition of done (v0.0.2) - [ ] Automated integration test
Based on the AWS blog [post about AWS account structures](https://aws.amazon.com/blogs/mt/best-practices-for-organizational-units-with-aws-organizations/) and the detailed [AWS Control Tower whitepaper](https://docs.aws.amazon.com/whitepapers/latest/organizing-your-aws-environment/organizing-your-aws-environment.pdf) we want to have a compact but opinionated summary on how to organize...