aws-serverless-data-lake-framework
aws-serverless-data-lake-framework copied to clipboard
Enterprise-grade, production-hardened, serverless data lake on AWS
Having SDLFv1 and SDLFv2 side-by-side in the same accounts. [more details to follow] - [ ] SSM parameters prefixed with `/SDLF2/` instead of `/SDLF/` - [ ] KMS aliases starting...
`logs:TagLogGroup` is deprecated in favour of `logs:TagResource` (see for example https://github.com/serverless/serverless/discussions/11605). Replace it everywhere in SDLF. It's likely used at least in these files: - `./sdlf-team/template.yaml` - `./sdlf-cicd/template-cicd-domain-roles.yaml` - `./sdlf-cicd/template-cicd-domain-team-role.yaml`...
**Describe the solution you'd like** CodePipeline now [supports self-managed GitLab instances](https://aws.amazon.com/about-aws/whats-new/2023/12/codepipeline-gitlab-self-managed/). Can we leverage that to optionally use GitLab instead of CodeCommit in SDLF? - do not create SDLF repositories...
*Issue #, if available: NA *Description of changes:* This change enables the sdlf-team pipeline to create groups along with a team. *Why do I want this?* I have created an...
Documentation for `AWS::LakeFormation::Permissions` states the following in a note: > New versions of AWS Lake Formation permission resources are now available. For more information, see: [AWS::LakeFormation::PrincipalPermissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-principalpermissions.html) Update `sdlf-team` and `sdlf-dataset`...
**Describe the bug** [The backslash character should not be present in the policy on the Hitting production page of the workshop](https://catalog.us-east-1.prod.workshops.aws/workshops/501cb14c-91b3-455c-a2a9-d0a21ce68114/en-US/20-production) https://catalog.us-east-1.prod.workshops.aws/workshops/501cb14c-91b3-455c-a2a9-d0a21ce68114/en-US/20-production#shared-devops-account Additionally, it might be necessary to add `events:PutPermission`...
**Describe the bug** ```An error occurred (ValidationError) when calling the UpdateStack operation: Stack:arn:aws:cloudformation:x:x:stack/sdlf-foundations/xxx is in ROLLBACK_FAILED state and can not be updated.``` In sdlf-foundations if for some reason a stack...