Skip to content

docs(roadmap): latest roadmap update; use new grid to de-clutter homepage #3755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7ffcf58
fix(parameters): make cache aware of single vs multiple calls
heitorlessa Jul 25, 2023
b9be4e9
chore: cleanup, add test for single and nested
heitorlessa Jul 25, 2023
9eebe72
docs: key areas over themes; add launch/drop sections
heitorlessa Feb 12, 2024
7157cb0
docs: add links to launched event handler feat
heitorlessa Feb 12, 2024
95f042b
docs: add last office hours items
heitorlessa Feb 12, 2024
8ad35a7
docs: link sigv4 mvp until RFC is complete
heitorlessa Feb 12, 2024
a077c45
docs: update feedback email
heitorlessa Feb 12, 2024
9ad5998
docs: update govcloud items
heitorlessa Feb 12, 2024
0e3048c
docs: link versioning process
heitorlessa Feb 12, 2024
14c7958
docs: add bedrock
heitorlessa Feb 12, 2024
f1659d8
docs: add py3.7 area
heitorlessa Feb 12, 2024
561d593
docs: update wording on why an item was dropped
heitorlessa Feb 12, 2024
f14e3c4
docs: add parameters set area
heitorlessa Feb 12, 2024
23efcee
docs: remove python 3.7 banner
heitorlessa Feb 12, 2024
39a2d72
Merge branch 'develop' into docs/roadmap-update
heitorlessa Feb 12, 2024
48625bc
Merge branch 'develop' into docs/roadmap-update
heitorlessa Feb 12, 2024
b0aba63
docs: enable code tab deep linking
heitorlessa Feb 12, 2024
4d9c1cd
Merge branch 'develop' into docs/roadmap-update
heitorlessa Feb 13, 2024
972a8f2
Merge branch 'develop' into docs/roadmap-update
heitorlessa Feb 13, 2024
39cc89b
docs: draft grids
heitorlessa Feb 13, 2024
42d22a7
docs: cleanup grids; fix warnings
heitorlessa Feb 14, 2024
66eb2d8
docs: cleanup support us sections
heitorlessa Feb 14, 2024
17a08ef
docs: cleanup install
heitorlessa Feb 14, 2024
6a72ab7
docs: major cleanup for layer sections
heitorlessa Feb 14, 2024
3138c25
chore: fixed Simon's feedback on bot email
heitorlessa Feb 14, 2024
5583fc6
Merge branch 'develop' into docs/roadmap-update
heitorlessa Feb 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/create-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
name: Git client setup and refresh tip
run: |
git config user.name "Powertools for AWS Lambda (Python) bot"
git config user.email "aws-lambda-powertools-feedback@amazon.com"
git config user.email "151832416+aws-powertools-[email protected].com"
git config pull.rebase true
git config remote.origin.url >&-
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
name: Git client setup and refresh tip
run: |
git config user.name "Powertools for AWS Lambda (Python) bot"
git config user.email "aws-lambda-powertools-feedback@amazon.com"
git config user.email "151832416+aws-powertools-[email protected].com"
git config remote.origin.url >&-

- name: Create Git Tag
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This helps us understand who uses Powertools for AWS Lambda (Python) in a non-in
## Connect

* **Powertools for AWS Lambda on Discord**: `#python` - **[Invite link](https://discord.gg/B8zZKbbyET)**
* **Email**: <aws-lambda-powertools-feedback@amazon.com>
* **Email**: <aws-powertools-maintainers@amazon.com>

## Security disclosures

Expand Down
1,040 changes: 551 additions & 489 deletions docs/index.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{% extends "base.html" %}

{% block announce %}
<p>🚨 As of February 8, 2024, AWS Lambda will no longer allow Python 3.7 functions to be updated. Inline with this, Powertools releases will stop supporting it.</p>
<p>Please ensure you update your functions to Python 3.8 or later to continue to use the latest version of Powertools for AWS Lambda (Python).</p>
{% endblock %}

{% block outdated %}
Expand Down
190 changes: 117 additions & 73 deletions docs/roadmap.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1045,4 +1045,4 @@ This requires a change in mindset to ensure operational excellence is part of th
Powertools for AWS Lambda (Python) is largely designed to make some of these practices easier to adopt from day 1.

???+ question "Have ideas for other tutorials?"
You can open up a [documentation issue](https://github.com/aws-powertools/powertools-lambda-python/issues/new?assignees=&labels=documentation&template=documentation-improvements.md&title=Tutorial%20Suggestion){target="_blank"}, or via e-mail [aws-lambda-powertools-feedback@amazon.com](mailto:aws-lambda-powertools-feedback@amazon.com).
You can open up a [documentation issue](https://github.com/aws-powertools/powertools-lambda-python/issues/new?assignees=&labels=documentation&template=documentation-improvements.md&title=Tutorial%20Suggestion){target="_blank"}, or via e-mail [aws-powertools-maintainers@amazon.com](mailto:aws-powertools-maintainers@amazon.com).
9 changes: 7 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ theme:
- navigation.tabs
- content.code.annotate
- content.code.copy
- content.tabs.link
icon:
repo: fontawesome/brands/github
logo: media/aws-logo-light.svg
Expand All @@ -98,6 +99,9 @@ markdown_extensions:
- abbr
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.highlight:
linenums: true
- pymdownx.details
Expand All @@ -112,9 +116,10 @@ markdown_extensions:
permalink: true
toc_depth: 4
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
Expand Down