diff --git a/themes/default/content/blog/ai-slack-bot-to-chat-using-embedchain-and-pulumi-on-aws/index.md b/themes/default/content/blog/ai-slack-bot-to-chat-using-embedchain-and-pulumi-on-aws/index.md index 652db9779a0..44b62eee623 100644 --- a/themes/default/content/blog/ai-slack-bot-to-chat-using-embedchain-and-pulumi-on-aws/index.md +++ b/themes/default/content/blog/ai-slack-bot-to-chat-using-embedchain-and-pulumi-on-aws/index.md @@ -172,7 +172,7 @@ It's important to note that in this selected architecture, we're working within 5. **API:** API Gateway 6. **Output:** Stack outputs -Resources are contained within the VPC, policies and security groups exercise principle of least privilege, and logging is enabled. [`lambda_handler.py`](https://github.com/catmeme/arti/blob/main/src/arti_ai/lambda_handler.py) is responsible for handling API Gateway requests and imports the Slack app. +Resources are contained within the VPC, policies and security groups exercise principle of least privilege, and logging is enabled. [`lambda_api_handler.py`](https://github.com/catmeme/arti/blob/main/src/arti_ai/lambda_api_handler.py) is responsible for handling API Gateway requests and imports the Slack app. ### Prerequisites diff --git a/themes/default/content/blog/pulumi-auth0/index.md b/themes/default/content/blog/pulumi-auth0/index.md index 061e99e1a52..c01e7772a86 100644 --- a/themes/default/content/blog/pulumi-auth0/index.md +++ b/themes/default/content/blog/pulumi-auth0/index.md @@ -13,7 +13,7 @@ tags: *Guest author Lead Devops Engineer Fernando Carletti, writes about using the Pulumi Auth0 provider to manage resources at Credijusto.* -Auth0 allows you to simplify your authentication process. The [Auth0 Provider](/registry/packages/auth0/api-docs/) allows you to manage the Auth0 resources, managing Applications, Databases, Social Connections, APIs, and other resources. Here at [Credijusto](https://credijusto.com) we use it manage authentication from the front-end through all the APIs that serve that request, leveraging the complexity of the authentication to Auth0. +Auth0 allows you to simplify your authentication process. The [Auth0 Provider](/registry/packages/auth0/api-docs/) allows you to manage the Auth0 resources, managing Applications, Databases, Social Connections, APIs, and other resources. Here at Credijusto we use it manage authentication from the front-end through all the APIs that serve that request, leveraging the complexity of the authentication to Auth0. For this article, we will start a new Pulumi project in a fresh Auth0 account and fully configure it for a backend and a single page application and set up a connection to Github which allows you apps to authenticate with it using OAuth. diff --git a/themes/default/content/case-studies/credijusto.md b/themes/default/content/case-studies/credijusto.md index c249749fa6e..eac8dc66abc 100644 --- a/themes/default/content/case-studies/credijusto.md +++ b/themes/default/content/case-studies/credijusto.md @@ -8,10 +8,9 @@ meta_desc: Learn how Credijusto worked with Pulumi to help its development team customer_name: Credijusto customer_logo: /logos/customers/credijusto_logo.svg -customer_url: https://credijusto.com exec_summary: | - Founded in 2015, [Credijusto](https://credijusto.com/) provides asset-backed loans and + Founded in 2015, Credijusto provides asset-backed loans and equipment leases to small and medium-sized enterprises (SMEs). With approximately 300 employees, it has launched several new financial products at better rates, faster delivery, and peerless customer experience when compared to traditional lenders. Its operations diff --git a/themes/default/content/resources/how-to-use-snowflake-with-python-in-aws-lambda/index.md b/themes/default/content/resources/how-to-use-snowflake-with-python-in-aws-lambda/index.md index 642b8a0c669..24ea0350af4 100644 --- a/themes/default/content/resources/how-to-use-snowflake-with-python-in-aws-lambda/index.md +++ b/themes/default/content/resources/how-to-use-snowflake-with-python-in-aws-lambda/index.md @@ -95,7 +95,7 @@ In this code snippet, we assume that the Snowflake connection parameters are pas #### Step 5: Packaging the Lambda Function -To deploy our Lambda function, we need to package it along with the necessary dependencies. We can create a zip file that includes our Lambda function code (`lambda_handler.py`) and the required libraries (`snowflake-connector-python`, `pandas`, `numpy`). We can use the `pulumi.AssetArchive` function to package the code: +To deploy our Lambda function, we need to package it along with the necessary dependencies. We can create a zip file that includes our Lambda function code (`lambda_api_handler.py`) and the required libraries (`snowflake-connector-python`, `pandas`, `numpy`). We can use the `pulumi.AssetArchive` function to package the code: ```python import pulumi diff --git a/themes/default/data/newsroom.toml b/themes/default/data/newsroom.toml index 96e71da714a..3a904b43e22 100644 --- a/themes/default/data/newsroom.toml +++ b/themes/default/data/newsroom.toml @@ -182,7 +182,7 @@ url = "https://devclass.com/2022/05/05/pulumi-broadens-reach-adding-java-yaml-cr date = "4th May 2022" title = "Pulumi infrastructure-as-code goes universal to build cloud apps" img = "/logos/press/venturebeat.png" -url = "https://venturebeat.com/2022/05/04/pulumi-infrastructure-as-code-goes-universal-to-build-cloud-apps/" +url = "https://venturebeat.com/data-infrastructure/pulumi-infrastructure-as-code-goes-universal-to-build-cloud-apps/" [[coverage]] date = "4th May 2022"