I assume the following setup
- there is the 'optimal place' (topic of endless debates) and there is your back too.. Put the mic on a good sturdy mic arm and adjust the place. You can record yourself with video to see your own moveme
| [ | |
| { | |
| "name": "tRPC", | |
| "ring": "adopt", | |
| "quadrant": "languages & frameworks", | |
| "isNew": "TRUE", | |
| "description": "End-to-end typesafe TypeScript RPC framework that eliminates API contracts and code generation, enabling full-stack type safety from database to UI with minimal boilerplate." | |
| }, | |
| { | |
| "name": "Bun", |
| import { Duration, RemovalPolicy, Stack, StackProps } from 'aws-cdk-lib'; | |
| import { Repository, IRepository } from 'aws-cdk-lib/aws-codecommit'; | |
| import { Construct } from 'constructs'; | |
| import { BlockPublicAccess, Bucket } from 'aws-cdk-lib/aws-s3'; | |
| import { ARecord, HostedZone, IHostedZone, RecordTarget, ZoneDelegationRecord } from 'aws-cdk-lib/aws-route53'; | |
| import { AllowedMethods, Distribution, OriginAccessIdentity, SecurityPolicyProtocol, ViewerProtocolPolicy } from 'aws-cdk-lib/aws-cloudfront'; | |
| import { Artifact,Pipeline } from 'aws-cdk-lib/aws-codepipeline'; | |
| import { CloudFormationCreateUpdateStackAction, CodeBuildAction, CodeCommitSourceAction, S3DeployAction } from 'aws-cdk-lib/aws-codepipeline-actions'; | |
| import { PipelineProject, BuildSpec, LinuxBuildImage } from 'aws-cdk-lib/aws-codebuild'; | |
| import { CodePipeline as CodePipelineTarget } from 'aws-cdk-lib/aws-events-targets'; |
Just a user story with some acceptance criteria is not enough when estimating stories that you implement in AWS cloud
Scrum way of doing things delays lots of design decisions into planning I - When you work with software defined infrastructure, you need to do a design earlier in the process on, in order to get results that match with reality.
When Scrum and user stories were invented, infrastructure was a given thing and features assumed it to be. At some point in time, a server was purchased or rented and this was a given set of ressources then.