<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Origs on dxaws</title><link>https://dev.dxaws.com/orig/</link><description>Recent content in Origs on dxaws</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026</copyright><atom:link href="https://dev.dxaws.com/orig/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://dev.dxaws.com/orig/general/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dev.dxaws.com/orig/general/</guid><description>&lt;p&gt;Where possible, we use a Declaritive Convergence model for module code&lt;/p&gt;
&lt;p&gt;NOTES:
I use the JetBrains IDE which shows where the cursor is in the editor using
codes like &lt;code&gt;&amp;lt;user__selection&amp;gt;&amp;lt;/user__selection&amp;gt;&lt;/code&gt;. It looks like a problem in
the code syntax but these markers are NOT in the code. You can safely ignore
these and never mention them.&lt;/p&gt;
&lt;p&gt;Here is the file tree for dxaws-core&lt;/p&gt;
&lt;p&gt;../repos/dxaws-core
├── LICENSE
├── pyproject.toml
├── README.md
├── src
│   ├── dxaws_core
│   │   ├── &lt;strong&gt;init&lt;/strong&gt;.py
│   │   ├── &lt;strong&gt;pycache&lt;/strong&gt;
│   │   │   ├── &lt;strong&gt;init&lt;/strong&gt;.cpython-313.pyc
│   │   │   ├── aws_credentials.cpython-313.pyc
│   │   │   ├── aws_session.cpython-313.pyc
│   │   │   ├── context.cpython-313.pyc
│   │   │   └── types.cpython-313.pyc
│   │   ├── aws_credentials.py
│   │   ├── aws_session.py
│   │   ├── base.py
│   │   ├── context.py
│   │   ├── manifest.py
│   │   ├── o11y.py
│   │   ├── providers
│   │   │   ├── &lt;strong&gt;pycache&lt;/strong&gt;
│   │   │   │   └── aws.cpython-313.pyc
│   │   │   └── aws.py
│   │   ├── testing
│   │   │   ├── &lt;strong&gt;pycache&lt;/strong&gt;
│   │   │   │   └── stubs.cpython-313.pyc
│   │   │   └── stubs.py
│   │   ├── types.py
│   │   └── utils
│   │   ├── &lt;strong&gt;init&lt;/strong&gt;.py
│   │   ├── &lt;strong&gt;pycache&lt;/strong&gt;
│   │   │   ├── &lt;strong&gt;init&lt;/strong&gt;.cpython-313.pyc
│   │   │   └── tokens.cpython-313.pyc
│   │   └── tokens.py
│   └── dxaws_core.egg-info
│   ├── dependency_links.txt
│   ├── PKG-INFO
│   ├── requires.txt
│   ├── SOURCES.txt
│   └── top_level.txt
└── tests
├── &lt;strong&gt;pycache&lt;/strong&gt;
│   ├── test_aws_credentials.cpython-313-pytest-9.0.2.pyc
│   ├── test_aws_provider_base.cpython-313-pytest-9.0.2.pyc
│   ├── test_aws_session.cpython-313-pytest-9.0.2.pyc
│   ├── test_context.cpython-313-pytest-9.0.2.pyc
│   ├── test_imports.cpython-313-pytest-9.0.2.pyc
│   └── test_tokens.cpython-313-pytest-9.0.2.pyc
├── test_aws_credentials.py
├── test_aws_provider_base.py
├── test_aws_session.py
├── test_context.py
└── test_tokens.py&lt;/p&gt;</description></item><item><title/><link>https://dev.dxaws.com/orig/modules/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dev.dxaws.com/orig/modules/</guid><description>&lt;h1 class="relative group"&gt;Modules
 &lt;div id="modules" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#modules" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;modules are created by a Makefile using the following directory tree where
&lt;strong&gt;PKG&lt;/strong&gt; gets replace wich the name of the module. All modules have a dxaws-*
prefix&lt;/p&gt;
&lt;p&gt;tree
.
└── dxaws-module
├── LICENSE
├── pyproject.toml
├── README.md
├── scripts
├── src
│   └── &lt;strong&gt;PKG&lt;/strong&gt;
│   ├── &lt;strong&gt;init&lt;/strong&gt;.py
│   ├── constants.py
│   ├── exceptions.py
│   ├── manager.py
│   ├── models.py
│   └── providers
│   ├── &lt;strong&gt;init&lt;/strong&gt;.py
│   ├── aws.py
│   └── base.py
└── tests
├── &lt;strong&gt;pycache&lt;/strong&gt;
│   ├── test_models.cpython-313-pytest-9.0.2.pyc
│   ├── test_pkg_imports___PKG__.cpython-313-pytest-9.0.2.pyc
│   └── test_provider_base.cpython-313-pytest-9.0.2.pyc
├── test_models.py
├── test_pkg_imports___PKG__.py
└── test_provider_base.py&lt;/p&gt;</description></item></channel></rss>